get
https://api.bring.trade/api/v1/market/depth
Access the order book for a specific trading pair, including bid and ask levels.
The Market Depth API provides the order book details for a specified trading pair.
Market depth represents the supply and demand at different price levels, allowing traders to analyze liquidity, market trends, and potential price movements.
⏳ Limit
5 requests per minutes.
🛠️ Parameters
- symbol (required):
- Type:
String - Description: The symbol of the trading instrument for which you want to retrieve market depth data. For example,
BT_PERP_BTC_USDfor the BTC perpetual contract on Bring Trade.
- Type:
📬 Response
| Field | Type | Description |
|---|---|---|
| ts | string | Timestamp |
| symbol | string | The trading pair or asset symbol. |
| seq | string | / |
| num | string | / |
| bids | array | List of bid (buy) orders. |
| asks | array | List of ask (sell) orders. |