get https://api.bring.trade/api/v1/market/instruments
Retrieving information about available trading instruments on the Bring Trade platform.
This API endpoint allows you to retrieve information about available trading instruments on the Bring Trade platform. The instruments include trading pairs and derivatives like perpetual contracts.
⏳ Limit
5 requests per minute.
🛠️ Request Parameters
symbol (optional):
- Type:
String
- Description: Specifies the symbol for the trading instrument you want to retrieve. If a specific symbol is provided, such as
BT_PERP_BTC_USD
, the API will return information for that particular trading instrument. - Default Value: If left empty or not provided, the endpoint will return information about all available trading instruments on the platform.
📬 Response
Field | Type | Description |
---|---|---|
symbol | string | The trading pair or asset symbol. |
state | string | The current status of the trading pair (e.g., live). |
pricePrecision | string | The number of decimal places for price precision. |
qtyPrecision | string | The number of decimal places for quantity precision. |
lotSize | string | The minimum tradable unit (lot) size for the asset. |
tickSize | string | The smallest price increment that the asset can move by. |
minNotional | string | The minimum notional value (price * quantity) required to place an order. |
maxLimitSize | string | The maximum size allowed for a limit order. |
maxMarketSize | string | The maximum size allowed for a market order. |
maxNumOrders | string | The maximum number of active orders allowed per user for this trading pair. |
minSize | string | The minimum quantity size required to place an order. |
contractSize | string | The size of the contract in base units. |