get https://api.bring.trade/api/v1/market/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
Field | Type | Description |
---|---|---|
symbol | string | The trading pair or asset symbol |
lastPrice | string | The most recent price. |
low24h | string | The lowest price in the last 24h. |
high24h | string | The highest price in the last 24h. |
open24h | string | The opening price 24h ago. |
vol24h | string | The total trading volume (in quote asset, e.g., USD) in the last 24 hours. |
vol24v | string | The total trading volume (in base asset, e.g., BTC/ETH) in the last 24 hours. |
markPrice | string | Mark Price |
indexPrice | string | Index Price |
fundingRate | string | Funding Rate |
nextFundTime | string | The time of the next funding rate payment. |
priceChangePercent | string | The percentage change in price over the last 24 hours. |
ts | string | Timestamp |