API Reference

Orderbook

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_USD for the BTC perpetual contract on Bring Trade.

📬 Response

FieldTypeDescription
tsstringTimestamp
symbolstringThe trading pair or asset symbol.
seqstring/
numstring/
bidsarrayList of bid (buy) orders.
asksarrayList of ask (sell) orders.
Language