Orders
Orders of a Spot Market
Query parameters
marketIdstring · min: 66 · max: 66OptionalExample:
MarketId of the market's orderbook we want to fetch
0x3bdb3d8b5eb4d362371b72cf459216553d74abdb55eb0208091f7777dd85c8bb
Pattern: ^0x[0-9a-fA-F]{64}$
marketIdsstring[] · max: 100OptionalExample:
MarketIds of the markets of which we want to get trades
["0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce","0x1f73e21972972c69c03fb105a5864592ac2b47996ffea3c500d1ea2d20138717"]
orderSidestring · enumOptionalExample:
Look for specific order side
buy
Possible values: subaccountIdstring · min: 66 · max: 66OptionalExample:
Look for specific subaccountId of an order
0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002
Pattern: ^0x[0-9a-fA-F]{64}$
skipintegerOptionalDefault:
Skip will skip the first n item from the result
0
Example: 0
limitinteger · min: 1 · max: 100OptionalDefault:
Limit is used to specify the maximum number of items to be returned.
100
Example: 100
startTimeinteger · int64OptionalExample:
The starting timestamp in UNIX milliseconds that the trades must be equal or older than
1645579770
endTimeinteger · int64OptionalExample:
The ending timestamp in UNIX milliseconds that the trades must be equal or younger than
1645579787
includeInactivebooleanOptionalDefault:
Should include inactive orders
false
Example: true
subaccountTotalOrdersbooleanOptionalDefault:
Choose to return subaccount total orders
false
Example: true
tradeIdstringOptionalExample:
TradeId of the order we want to fetch
96_1_0
cidstringOptionalExample:
Client order ID
my_custom_cid
Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
404
Not Found response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
get
GET /api/exchange/spot/v1/orders HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
"orders": [
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"feeRecipient": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderSide": "buy",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"unfilledQuantity": "28000000000000000.00000000000000000",
"updatedAt": 1544614248000
},
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"feeRecipient": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderSide": "buy",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"unfilledQuantity": "28000000000000000.00000000000000000",
"updatedAt": 1544614248000
},
{
"cid": "custom_cid",
"createdAt": 1544614248000,
"feeRecipient": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
"marketId": "0x01e920e081b6f3b2e5183399d5b6733bb6f80319e6be3805b95cb7236910ff0e",
"orderHash": "0x4f4391f8ee11f656d0a9396370c6991f59c4bb491214e8b6ab2011a1bcf1c44e",
"orderSide": "buy",
"price": "0.000000003156",
"quantity": "28000000000000000.00000000000000000",
"state": "partial_filled",
"subaccountId": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002",
"triggerPrice": "0",
"txHash": "0x92da72606d9d26bbc5a8a5578373c6bbe11e39d0944788b5cd142a14d01f9d36",
"unfilledQuantity": "28000000000000000.00000000000000000",
"updatedAt": 1544614248000
}
],
"paging": {
"countBySubaccount": 3144167030999342600,
"from": 1916499695,
"next": [
"Ea rerum.",
"Aut dolorem cum voluptas quae.",
"Voluptas repellendus qui ipsam est."
],
"to": 391437627,
"total": 7364854934794692000
}
}