API Reference

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

FieldTypeDescription
symbolstringThe trading pair or asset symbol.
statestringThe current status of the trading pair (e.g., live).
pricePrecisionstringThe number of decimal places for price precision.
qtyPrecisionstringThe number of decimal places for quantity precision.
lotSizestringThe minimum tradable unit (lot) size for the asset.
tickSizestringThe smallest price increment that the asset can move by.
minNotionalstringThe minimum notional value (price * quantity) required to place an order.
maxLimitSizestringThe maximum size allowed for a limit order.
maxMarketSizestringThe maximum size allowed for a market order.
maxNumOrdersstringThe maximum number of active orders allowed per user for this trading pair.
minSizestringThe minimum quantity size required to place an order.
contractSizestringThe size of the contract in base units.
Language