Get market orderbook

Get snapshot of the orderbook for the given market

Path parameters

marketstringRequired

Market symbol - ex: BTC-USD-PERP

Query parameters

depthintegerOptionalDefaults to 20
Depth

Response

OK
askslist of lists of strings or null
List of Ask sizes and prices
bidslist of lists of strings or null
List of Bid sizes and prices
last_updated_atinteger or null
Last update to the orderbook in milliseconds
marketstring or null
Market name
seq_nointeger or null
Sequence number of the orderbook

Errors