Orderbook gets the Orderbook of a Derivative Market
/api/exchange/derivative/v2/orderbook/{marketId}
MarketId of the market's orderbook we want to fetch
0x3bdb3d8b5eb4d362371b72cf459216553d74abdb55eb0208091f7777dd85c8bb
^0x[0-9a-fA-F]{64}$
OK response.
Bad Request response.
Not Found response.
Internal Server Error response.
curl -L \ --url 'https://inj-indexer.nownodes.io/api/exchange/derivative/v2/orderbook/{marketId}'
{ "orderbook": { "buys": [ { "price": "1960000000000000000", "quantity": "40", "timestamp": 1544614248000 }, { "price": "1960000000000000000", "quantity": "40", "timestamp": 1544614248000 } ], "sells": [ { "price": "1960000000000000000", "quantity": "40", "timestamp": 1544614248000 }, { "price": "1960000000000000000", "quantity": "40", "timestamp": 1544614248000 } ], "sequence": 15083503124060903000, "timestamp": 8857124747398009000 } }