cURL
curl --request GET \ --url https://whitebit.com/api/v1/public/depth/result
{ "asks": [ [ "9431.9", "0.705088" ] ], "bids": [ [ "9427.65", "0.547909" ] ] }
This endpoint retrieves the current order book as two arrays (bids / asks).
Response is cached for: 100 ms
Rate limit 1000 requests/10 sec.
Available market. Example: BTC_USDT
"BTC_USDT"
Limit of results. Default: 100 Max: 100 Example: 100
1 <= x <= 100
100
Successful response
Array of ask orders
[Price, Amount]
2
["9431.9", "0.705088"]
Array of bid orders
["9427.65", "0.547909"]