Order book depth for a single trading pair.
Documentation Index
Fetch the complete documentation index at: https://docs.binibit.com/llms.txt
Use this file to discover all available pages before exploring further.
bids and asks arrays.
{base}_{target} format, e.g. TRX_USDT. See ticker_id format.0, 100, 200, 500depth=100 returns up to 50 bids and 50 asksdepth=0 returns full order book depth[price, quantity] tuples sorted by price descending (best bid first).price is the bid price in target currencyquantity is the order size in base currency[price, quantity] tuples sorted by price ascending (best ask first).price is the ask price in target currencyquantity is the order size in base currency/historical_trades may take up to 1 second to be removed from the book.quantity is the remaining order size at that price level after partial fills.| Code | Cause |
|---|---|
400 INVALID_PARAM | ticker_id is missing or depth is not in {0, 100, 200, 500}. |
404 NOT_FOUND | The ticker_id is not a valid trading pair. |