Depth
API v4
Depth
This endpoint retrieves depth price levels within ±2% of the market last price.
Response is cached for: 1 sec
GET
Depth
Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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, Amount]
Required array length:
2 elementsExample:
["9184.41", "0.773162"]Array of bid orders
[Price, Amount]
Required array length:
2 elementsExample:
["9181.19", "0.010873"]