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
best_ask_apilist of strings or null

Size on the best ask from API (excluding RPI)

best_ask_interactivelist of strings or null
Size on the best ask from UI
best_bid_apilist of strings or null

Size on the best bid from API (excluding RPI)

best_bid_interactivelist of strings or null
Size on the best bid from UI
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