The endpoint retrieves the current order book as two arrays (bids / asks) with additional parameters.
The API caches the response for 100 ms
Market pair name
"BTC_USDT"
Orders depth quantity: 0 - 100. Not defined or 0 will return 100 entries.
0 <= x <= 100100
Optional parameter that controls the aggregation level. Level 0 – default, no aggregation. Levels 1–5 provide increasing aggregation of the order book.
0 <= x <= 52
Successful response
Market Name
"BTC_PERP"
Current timestamp
1594391413
Array of ask orders
[price, quantity] — price in quote currency, quantity in base currency
2 elements["9184.41", "0.773162"]Array of bid orders
[price, quantity] — price in quote currency, quantity in base currency
2 elements["9181.19", "0.010873"]