API Reference

Ticker

Get the latest price and volume information for a specific trading pair.

This API endpoint allows you to retrieve ticker information on the Bring Trade platform.

⏳ Limit

5 Requests per minute.


🛠️ Parameters

symbol (required):

  • Type: String
  • Description: Specifies the symbol for the trading pair 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 pair.

📬 Response

FieldTypeDescription
symbolstringThe trading pair or asset symbol
lastPricestringThe most recent price.
low24hstringThe lowest price in the last 24h.
high24hstringThe highest price in the last 24h.
open24hstringThe opening price 24h ago.
vol24hstringThe total trading volume (in quote asset, e.g., USD) in the last 24 hours.
vol24vstringThe total trading volume (in base asset, e.g., BTC/ETH) in the last 24 hours.
markPricestringMark Price
indexPricestringIndex Price
fundingRatestringFunding Rate
nextFundTimestringThe time of the next funding rate payment.
priceChangePercentstringThe percentage change in price over the last 24 hours.
tsstringTimestamp
Language