Depth
Depth
Retrieve aggregated order book depth with buy and sell walls for a specific market.
GET
Depth
Public depth endpoints exclude Retail Price Improvement (RPI) orders. RPI orders appear only in private active orders (private API/WebSocket) and in the exchange UI order book (web and mobile).
Path Parameters
Market pair name
Example:
"BTC_USDT"
Response
Successful response
Market Name
Example:
"BTC_PERP"
Current timestamp
Example:
1594391413
Array of ask orders
[price, quantity] — price in quote currency, quantity in base currency
Required array length:
2 elementsExample:
["9184.41", "0.773162"]
Array of bid orders
[price, quantity] — price in quote currency, quantity in base currency
Required array length:
2 elementsExample:
["9181.19", "0.010873"]