The endpoint retrieves depth price levels within ±2% of the market last price. Use when lightweight order book data is needed for a narrow price band around the current market price. The ±2% constraint limits the response to price levels near the last traded price, reducing payload size compared to the full order book.
The API caches the response for 1 sec
Market pair name
"BTC_USDT"
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"]