GET or Query Orders
Orders
Get or query orders
GET
https://api.aquanow.io/trades/v1/order
To view example requests for this endpoint, visit Aquanow's Postman documentation.
NOTE: The limit for this endpoint is a maximum payload of 5 mb. For larger payloads, use the v2 endpoint or change the time range parameters to query for less results.
Query Parameters
Name | Type | Description |
---|---|---|
- | - | Query all orders if no query parameters are provided. |
orderId | String | Query by order ID. |
accountId | String | Query orders by account. |
startTime/endTime | Number | Query by time range, requires both startTime and endTime. |
expirationStartTime/expirationEndTime | Number | Query by expiration time range, requires both expirationStartTime and expirationEndTime. |
openOrders=true | Bool | Query for open orders |
startsAfter | String | Pagination token used to fetch extra data |
usernameRef | String | Query by usernameRef |
accountId | String | Identifier for the account |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String |
API Auth Key |
x-signature* | String |
Signature created using your API secret |
x-nonce* | String |
Timestamp in millisecond |
Returns an OrdersObject.
{
"orderId": "905910d8-ad90-42f6-91af-910defeae2ad",
"remainingQtyBase": 0,
"tradeSize": 0.1,
"exchangeOrderId": "-",
"tradePriceAvg": 71874.9,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1712618352305,
"childOrderCount": 0,
"itemDateTime": 1712618353772,
"baseSymbol": "USD",
"strategy": "RFQ",
"fillQtyQuote": 0.1,
"usernameRef": "-",
"fillQtyBase": 7187.49,
"accountId": "CA1000101R",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1712618352379,
"message": "-",
"priceLimit": 71874.9,
"quoteSymbol": "BTC",
"remainingQtyQuote": 0,
"orderIdParent": "905910d8-ad90-42f6-91af-910defeae2ad",
"orderType": "parentOrder",
"updatedAt": 1712618353772,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
}
Returns an array of OrdersObject.
[
{
"orderId": "905910d8-ad90-42f6-91af-910defeae2ad",
"remainingQtyBase": 0,
"tradeSize": 0.1,
"exchangeOrderId": "-",
"tradePriceAvg": 71874.9,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1712618352305,
"childOrderCount": 0,
"itemDateTime": 1712618353772,
"baseSymbol": "USD",
"strategy": "RFQ",
"fillQtyQuote": 0.1,
"usernameRef": "-",
"fillQtyBase": 7187.49,
"accountId": "CA1000051R",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1712618352379,
"message": "-",
"priceLimit": 71874.9,
"quoteSymbol": "BTC",
"remainingQtyQuote": 0,
"orderIdParent": "905910d8-ad90-42f6-91af-910defeae2ad",
"orderType": "parentOrder",
"updatedAt": 1712618353772,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"orderId": "b6cf97fb-f906-4fef-a12e-a320e34c2527",
"remainingQtyBase": 0,
"tradeSize": 100,
"exchangeOrderId": "-",
"tradePriceAvg": 1,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1712615969854,
"childOrderCount": 0,
"itemDateTime": 1712615971165,
"baseSymbol": "USD",
"strategy": "RFQ",
"fillQtyQuote": 100,
"usernameRef": "-",
"fillQtyBase": 100,
"accountId": "CA1000051R",
"exchangePair": "aquax-USDT-USD",
"symbol": "USDT-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1712615969901,
"message": "-",
"priceLimit": 1,
"quoteSymbol": "USDT",
"remainingQtyQuote": 0,
"orderIdParent": "b6cf97fb-f906-4fef-a12e-a320e34c2527",
"orderType": "parentOrder",
"updatedAt": 1712615971165,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"orderId": "e76ed244-6a72-464c-beff-6f57f7c7978c",
"remainingQtyBase": 0,
"tradeSize": 0.0836481758,
"exchangeOrderId": "-",
"tradePriceAvg": 71729,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1712615254394,
"childOrderCount": 0,
"itemDateTime": 1712615255735,
"baseSymbol": "BTC",
"strategy": "RFQ",
"fillQtyQuote": 6000,
"usernameRef": "-",
"fillQtyBase": 0.0836481758,
"accountId": "CA1000051R",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1712615254433,
"message": "-",
"priceLimit": 71729,
"quoteSymbol": "USD",
"remainingQtyQuote": 0,
"orderIdParent": "e76ed244-6a72-464c-beff-6f57f7c7978c",
"orderType": "parentOrder",
"updatedAt": 1712615255735,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"orderId": "242aa1e3-3bc4-4725-a4ec-781739cd8431",
"remainingQtyBase": 0,
"tradeSize": 1,
"exchangeOrderId": "-",
"tradePriceAvg": 3689.65,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1712610345382,
"childOrderCount": 0,
"itemDateTime": 1712610346741,
"baseSymbol": "ETH",
"strategy": "RFQ",
"fillQtyQuote": 3689.65,
"usernameRef": "-",
"fillQtyBase": 1,
"accountId": "CA1000051R",
"exchangePair": "aquax-ETH-USD",
"symbol": "ETH-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1712610345395,
"message": "-",
"priceLimit": 3689.65,
"quoteSymbol": "USD",
"remainingQtyQuote": 0,
"orderIdParent": "242aa1e3-3bc4-4725-a4ec-781739cd8431",
"orderType": "parentOrder",
"updatedAt": 1712610346741,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"orderId": "8004ae83-d201-4b10-8881-364f84f7d678",
"remainingQtyBase": 0,
"tradeSize": 0.1,
"exchangeOrderId": "-",
"tradePriceAvg": 71755.72,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1712610305889,
"childOrderCount": 0,
"itemDateTime": 1712610307488,
"baseSymbol": "USD",
"strategy": "RFQ",
"fillQtyQuote": 0.1,
"usernameRef": "-",
"fillQtyBase": 7175.572,
"accountId": "CA1000051R",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1712610305967,
"message": "-",
"priceLimit": 71755.72,
"quoteSymbol": "BTC",
"remainingQtyQuote": 0,
"orderIdParent": "8004ae83-d201-4b10-8881-364f84f7d678",
"orderType": "parentOrder",
"updatedAt": 1712610307488,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"orderId": "1848e32b-f5c8-406d-9119-62b20fc4436d",
"remainingQtyBase": 0,
"tradeSize": 0,
"exchangeOrderId": "-",
"tradePriceAvg": 107.82,
"fillPct": 100,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1703717118309,
"childOrderCount": 0,
"baseSymbol": "USD",
"strategy": "FOK",
"fillQtyQuote": 0,
"usernameRef": "-",
"fillQtyBase": 0,
"accountId": "CA1000051R",
"exchangePair": "--SOL-USD",
"symbol": "SOL-USD",
"tradeStatus": "CANCELLED",
"commissionRate": 0,
"createdAt": 1703717118312,
"message": "Cancelled - Price not marketable",
"priceLimit": 107.72,
"quoteSymbol": "SOL",
"remainingQtyQuote": 0,
"orderIdParent": "1848e32b-f5c8-406d-9119-62b20fc4436d",
"orderType": "parentOrder",
"updatedAt": 1703717118312,
"exchange": "-",
"tradeDuration": 0,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"orderId": "741e4cf0-44c3-457d-ad70-8c28d5f5cfa4",
"remainingQtyBase": 0,
"tradeSize": 1,
"exchangeOrderId": "-",
"tradePriceAvg": 108.03,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1703717081374,
"childOrderCount": 0,
"itemDateTime": 1703717084055,
"baseSymbol": "USD",
"strategy": "RFQ",
"fillQtyQuote": 1,
"usernameRef": "-",
"fillQtyBase": 108.03,
"accountId": "CA1000051R",
"exchangePair": "aquax-SOL-USD",
"symbol": "SOL-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 0,
"createdAt": 1703717081443,
"message": "-",
"priceLimit": 108.03,
"quoteSymbol": "SOL",
"remainingQtyQuote": 0,
"orderIdParent": "741e4cf0-44c3-457d-ad70-8c28d5f5cfa4",
"orderType": "parentOrder",
"updatedAt": 1703717084056,
"exchange": "aquax",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
}
]
Returns an array of OrdersObject.
[
{
"priceArrival": 0.000362,
"orderId": "2bd390ad-dedb-4559-bcbe-87fe58286c30",
"remainingQtyBase": 0.00722,
"tradeSize": 20,
"exchangeOrderId": "-",
"tradePriceAvg": "-",
"fillPct": 0,
"finalizeReturnedQtyBase": 0.00722,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1569905448133,
"childOrderCount": 0,
"fillFeeQuote": 0,
"baseSymbol": "BTC",
"strategy": "TWAP",
"fillQtyQuote": 0,
"fillQtyBase": 0,
"priceMarket": "-",
"exchangePair": "--EOS-BTC",
"symbol": "EOS-BTC",
"tradeStatus": "EXPIRED",
"commissionRate": 20,
"createdAt": 1569905448134,
"message": "-",
"priceLimit": 0.000361,
"quoteSymbol": "EOS",
"remainingQtyQuote": 20,
"orderIdParent": "2bd390ad-dedb-4559-bcbe-87fe58286c30",
"orderType": "parentOrder",
"updatedAt": 1569905702133,
"exchange": "-",
"tradeDuration": 300,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"priceArrival": 0.000362,
"orderId": "37eaaa54-0581-4f57-9096-c2743917cbc2",
"remainingQtyBase": 0.00002,
"tradeSize": 20,
"exchangeOrderId": "-",
"tradePriceAvg": 0.000362,
"fillPct": 100,
"finalizeReturnedQtyBase": 0.00002,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1569905329795,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1569905331932,
"baseSymbol": "BTC",
"strategy": "SOR",
"fillQtyQuote": 20,
"fillQtyBase": 0.00724,
"priceMarket": "-",
"exchangePair": "--EOS-BTC",
"symbol": "EOS-BTC",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1569905329799,
"message": "-",
"priceLimit": 0.000363,
"quoteSymbol": "EOS",
"remainingQtyQuote": 0,
"orderIdParent": "37eaaa54-0581-4f57-9096-c2743917cbc2",
"orderType": "parentOrder",
"updatedAt": 1569905333237,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.04
},
{
"priceArrival": 8286.2,
"orderId": "fc988a67-9a7f-4e35-b050-ee45a343a992",
"remainingQtyBase": 0,
"tradeSize": 0.004,
"exchangeOrderId": "-",
"tradePriceAvg": 8286.2,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1569888146879,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1569888147071,
"baseSymbol": "BTC",
"strategy": "MARKET",
"fillQtyQuote": 33.1448,
"fillQtyBase": 0.004,
"priceMarket": "-",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1569888146881,
"message": "-",
"priceLimit": 8286.2,
"quoteSymbol": "USD",
"remainingQtyQuote": 0,
"orderIdParent": "fc988a67-9a7f-4e35-b050-ee45a343a992",
"orderType": "parentOrder",
"updatedAt": 1569888147349,
"exchange": "aquax",
"tradeDuration": 0,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.0662896
},
{
"priceArrival": 8287.5,
"orderId": "608e0ca0-2100-48f4-a2cc-8509406626b2",
"remainingQtyBase": 0,
"tradeSize": 0.005,
"exchangeOrderId": "-",
"tradePriceAvg": 8287.5,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1569888131671,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1569888131829,
"baseSymbol": "BTC",
"strategy": "MARKET",
"fillQtyQuote": 41.4375,
"fillQtyBase": 0.005,
"priceMarket": "-",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1569888131672,
"message": "-",
"priceLimit": 8287.5,
"quoteSymbol": "USD",
"remainingQtyQuote": 0,
"orderIdParent": "608e0ca0-2100-48f4-a2cc-8509406626b2",
"orderType": "parentOrder",
"updatedAt": 1569888132021,
"exchange": "aquax",
"tradeDuration": 0,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.082875
},
{
"priceArrival": 8304.9,
"orderId": "ba5d72d3-a8f3-4dec-891a-9e795a6fe57f",
"remainingQtyBase": 0,
"tradeSize": 0.005,
"exchangeOrderId": "-",
"tradePriceAvg": 8304.9,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1569888111524,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1569888111676,
"baseSymbol": "USD",
"strategy": "MARKET",
"fillQtyQuote": 0.005,
"fillQtyBase": 41.5245,
"priceMarket": "-",
"exchangePair": "aquax-BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1569888111529,
"message": "-",
"priceLimit": 8304.9,
"quoteSymbol": "BTC",
"remainingQtyQuote": 0,
"orderIdParent": "ba5d72d3-a8f3-4dec-891a-9e795a6fe57f",
"orderType": "parentOrder",
"updatedAt": 1569888111856,
"exchange": "aquax",
"tradeDuration": 0,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.00001
},
{
"priceArrival": 2.9547,
"orderId": "12ca7e48-863c-40f3-b82c-8d9411b95b20",
"remainingQtyBase": 0,
"tradeSize": 14.97,
"exchangeOrderId": "-",
"tradePriceAvg": 2.9549,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1569887589075,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1569887590126,
"baseSymbol": "EOS",
"strategy": "TWAP",
"fillQtyQuote": 44.234853,
"fillQtyBase": 14.97,
"priceMarket": "-",
"exchangePair": "--EOS-USD",
"symbol": "EOS-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1569887589078,
"message": "-",
"priceLimit": 2.91,
"quoteSymbol": "USD",
"remainingQtyQuote": -0.672153,
"orderIdParent": "12ca7e48-863c-40f3-b82c-8d9411b95b20",
"orderType": "parentOrder",
"updatedAt": 1569887590358,
"exchange": "-",
"tradeDuration": 300,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.088469706
},
{
"priceArrival": 2.9612,
"orderId": "8248f388-6371-4b61-8f44-2c1a6d29a83f",
"remainingQtyBase": 0.2865,
"tradeSize": 15,
"exchangeOrderId": "-",
"tradePriceAvg": 2.9609,
"fillPct": 100,
"finalizeReturnedQtyBase": 0.2865,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1569887531330,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1569887533630,
"baseSymbol": "USD",
"strategy": "SOR",
"fillQtyQuote": 15,
"fillQtyBase": 44.4135,
"priceMarket": "-",
"exchangePair": "--EOS-USD",
"symbol": "EOS-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1569887531334,
"message": "-",
"priceLimit": 2.98,
"quoteSymbol": "EOS",
"remainingQtyQuote": 0,
"orderIdParent": "8248f388-6371-4b61-8f44-2c1a6d29a83f",
"orderType": "parentOrder",
"updatedAt": 1569887534957,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.03
},
{
"priceArrival": 9240.6,
"orderId": "6d7e3472-2236-4beb-aee6-b940ed84e071",
"remainingQtyBase": 0,
"tradeSize": 0.004,
"exchangeOrderId": "-",
"tradePriceAvg": 9241.5,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1568741556690,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1568741558871,
"baseSymbol": "BTC",
"strategy": "SOR",
"fillQtyQuote": 36.966,
"fillQtyBase": 0.004,
"priceMarket": "-",
"exchangePair": "--BTC-EUR",
"symbol": "BTC-EUR",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1568741556694,
"message": "-",
"priceLimit": 9238.1,
"quoteSymbol": "EUR",
"remainingQtyQuote": -0.0136,
"orderIdParent": "6d7e3472-2236-4beb-aee6-b940ed84e071",
"orderType": "parentOrder",
"updatedAt": 1568741560151,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.073932
},
{
"priceArrival": 10587,
"orderId": "4943c178-7b3d-4492-8aba-c6d6f664cb7c",
"remainingQtyBase": 0,
"tradeSize": 0.005,
"exchangeOrderId": "-",
"tradePriceAvg": 10588,
"fillPct": 100,
"finalizeReturnedQtyBase": 0,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1567729335904,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1567729336972,
"baseSymbol": "BTC",
"strategy": "TWAP",
"fillQtyQuote": 52.94,
"fillQtyBase": 0.005,
"priceMarket": "-",
"exchangePair": "--BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1567729335905,
"message": "-",
"priceLimit": 10586,
"quoteSymbol": "USD",
"remainingQtyQuote": -0.01,
"orderIdParent": "4943c178-7b3d-4492-8aba-c6d6f664cb7c",
"orderType": "parentOrder",
"updatedAt": 1567729337209,
"exchange": "-",
"tradeDuration": 300,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.10588
},
{
"priceArrival": 10610,
"orderId": "7d685c53-1edd-4f88-b967-e94fe997916a",
"remainingQtyBase": 0.024,
"tradeSize": 0.006,
"exchangeOrderId": "-",
"tradePriceAvg": 10608,
"fillPct": 100,
"finalizeReturnedQtyBase": 0.024,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1567729303447,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1567729304280,
"baseSymbol": "USD",
"strategy": "SOR",
"fillQtyQuote": 0.006,
"fillQtyBase": 63.648,
"priceMarket": "-",
"exchangePair": "--BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1567729303449,
"message": "-",
"priceLimit": 10612,
"quoteSymbol": "BTC",
"remainingQtyQuote": 0,
"orderIdParent": "7d685c53-1edd-4f88-b967-e94fe997916a",
"orderType": "parentOrder",
"updatedAt": 1567729304543,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.000012
},
{
"priceArrival": 10586,
"orderId": "34874d44-bb32-492c-ad43-12618d25ee2c",
"remainingQtyBase": 0.006,
"tradeSize": 0.006,
"exchangeOrderId": "-",
"tradePriceAvg": "-",
"fillPct": 0,
"finalizeReturnedQtyBase": 0.006,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1567729293382,
"childOrderCount": 0,
"fillFeeQuote": 0,
"baseSymbol": "BTC",
"strategy": "SOR",
"fillQtyQuote": 0,
"fillQtyBase": 0,
"priceMarket": "-",
"exchangePair": "--BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "EXPIRED",
"commissionRate": 20,
"createdAt": 1567729293385,
"message": "-",
"priceLimit": 10613,
"quoteSymbol": "USD",
"remainingQtyQuote": 63.678,
"orderIdParent": "34874d44-bb32-492c-ad43-12618d25ee2c",
"orderType": "parentOrder",
"updatedAt": 1567729293843,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"priceArrival": 10601,
"orderId": "86242ed9-a485-452e-9258-39ecbee51b53",
"remainingQtyBase": 0.005,
"tradeSize": 0.005,
"exchangeOrderId": "-",
"tradePriceAvg": "-",
"fillPct": 0,
"finalizeReturnedQtyBase": 0.005,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1567728939385,
"childOrderCount": 0,
"fillFeeQuote": 0,
"baseSymbol": "BTC",
"strategy": "TWAP",
"fillQtyQuote": 0,
"fillQtyBase": 0,
"priceMarket": "-",
"exchangePair": "--BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "EXPIRED",
"commissionRate": 20,
"createdAt": 1567728939385,
"message": "-",
"priceLimit": 10599,
"quoteSymbol": "USD",
"remainingQtyQuote": 52.995,
"orderIdParent": "86242ed9-a485-452e-9258-39ecbee51b53",
"orderType": "parentOrder",
"updatedAt": 1567728939803,
"exchange": "-",
"tradeDuration": 300,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"priceArrival": 10621,
"orderId": "be0997f3-81bd-4a10-a4c2-6c285899424c",
"remainingQtyBase": 0.012,
"tradeSize": 0.006,
"exchangeOrderId": "-",
"tradePriceAvg": 10621,
"fillPct": 100,
"finalizeReturnedQtyBase": 0.012,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1567728909031,
"childOrderCount": 0,
"fillFeeQuote": 0,
"itemDateTime": 1567728921018,
"baseSymbol": "USD",
"strategy": "SOR",
"fillQtyQuote": 0.006,
"fillQtyBase": 63.726,
"priceMarket": "-",
"exchangePair": "--BTC-USD",
"symbol": "BTC-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1567728909032,
"message": "-",
"priceLimit": 10623,
"quoteSymbol": "BTC",
"remainingQtyQuote": 0,
"orderIdParent": "be0997f3-81bd-4a10-a4c2-6c285899424c",
"orderType": "parentOrder",
"updatedAt": 1567728921338,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.000012
},
{
"priceArrival": 14023,
"orderId": "bedd1d91-f73b-4e4c-91a5-635be6175102",
"remainingQtyBase": 0.006,
"tradeSize": 0.006,
"exchangeOrderId": "-",
"tradePriceAvg": "-",
"fillPct": 0,
"finalizeReturnedQtyBase": 0.006,
"tradeSide": "sell",
"exchangeClientOrderId": "-",
"tradeTime": 1567728876486,
"childOrderCount": 0,
"fillFeeQuote": 0,
"baseSymbol": "BTC",
"strategy": "SOR",
"fillQtyQuote": 0,
"fillQtyBase": 0,
"priceMarket": "-",
"exchangePair": "--BTC-CAD",
"symbol": "BTC-CAD",
"tradeStatus": "EXPIRED",
"commissionRate": 20,
"createdAt": 1567728876490,
"message": "-",
"priceLimit": 14051,
"quoteSymbol": "CAD",
"remainingQtyQuote": 84.306,
"orderIdParent": "bedd1d91-f73b-4e4c-91a5-635be6175102",
"orderType": "parentOrder",
"updatedAt": 1567728878303,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0
},
{
"priceArrival": 0.99826004,
"orderId": "c22c315d-e662-48bc-a179-839adaebcf33",
"remainingQtyBase": 0.0448,
"tradeSize": 16,
"exchangeOrderId": "-",
"tradePriceAvg": 0.9983,
"fillPct": 100,
"finalizeReturnedQtyBase": 0.0448,
"tradeSide": "buy",
"exchangeClientOrderId": "-",
"tradeTime": 1566430538320,
"childOrderCount": 0,
"fillFeeQuote": 0.032,
"itemDateTime": 1566430539229,
"baseSymbol": "USD",
"strategy": "SOR",
"fillQtyQuote": 16,
"fillQtyBase": 15.9728,
"priceMarket": "-",
"exchangePair": "--USDT-USD",
"symbol": "USDT-USD",
"tradeStatus": "COMPLETE",
"commissionRate": 20,
"createdAt": 1566430538324,
"message": "-",
"priceLimit": 1.0011,
"quoteSymbol": "USDT",
"remainingQtyQuote": 0,
"orderIdParent": "c22c315d-e662-48bc-a179-839adaebcf33",
"orderType": "parentOrder",
"updatedAt": 1566430539707,
"exchange": "-",
"tradeDuration": 30,
"username": "helloWorld",
"fillFeeQuoteAqua": 0.032
},
{
"priceArrival": 247.58,
"orderId": "eb5adb59-f539-4c3c-b307-7e78cb9abde2",
"remainingQtyBase": 0.4512,
"tradeSize": 0.16,
"exchangeOrderId": "-",
"tradePriceAvg": 248.04,
"fillPct": 100,
"finalizeReturnedQtyBase": 0.4512,