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 stringsOptional
List of Ask sizes and prices
bidslist of lists of stringsOptional
List of Bid sizes and prices
last_updated_atintegerOptional
Last update to the orderbook in milliseconds
marketstringOptional
Market name
seq_nointegerOptional
Sequence number of the orderbook

Errors