Lists history orders posted from this subaccount
OK response.
List of history spot orders
Paging defines the structure for required params for handling pagination
const response = await fetch('https://inj-indexer.nownodes.io/api/exchange/spot/v1/ordersHistory', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"orders": [
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"direction": "buy",
"executionType": "Consequatur eum ex sunt assumenda autem et.",
"filledQuantity": "28000000000000000.00000000000000000",
"isActive": true,
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderType": "stop_sell",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0.000000003156",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"updatedAt": 1544614248000
},
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"direction": "buy",
"executionType": "Consequatur eum ex sunt assumenda autem et.",
"filledQuantity": "28000000000000000.00000000000000000",
"isActive": true,
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderType": "stop_sell",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0.000000003156",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"updatedAt": 1544614248000
},
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"direction": "buy",
"executionType": "Consequatur eum ex sunt assumenda autem et.",
"filledQuantity": "28000000000000000.00000000000000000",
"isActive": true,
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderType": "stop_sell",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0.000000003156",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"updatedAt": 1544614248000
},
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"direction": "buy",
"executionType": "Consequatur eum ex sunt assumenda autem et.",
"filledQuantity": "28000000000000000.00000000000000000",
"isActive": true,
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderType": "stop_sell",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0.000000003156",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"updatedAt": 1544614248000
}
],
"paging": {
"countBySubaccount": 3144167030999342600,
"from": 1916499695,
"next": [
"Ea rerum.",
"Aut dolorem cum voluptas quae.",
"Voluptas repellendus qui ipsam est."
],
"to": 391437627,
"total": 7364854934794692000
}
}