get https://api.bring.trade/api/v1/market/tickers
Fetch price and volume data for all available trading pairs in one request.
This API endpoint allows you to retrieve all tickers information on the Bring Trade platform.
⏳ Limit
5 requests per minute.
🛠️ Parameters
None
📬 Response
Field | Type | Description |
---|---|---|
symbol | string | The trading pair or asset symbol. |
lastPrice | string | The most recent price. |
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. |
priceChangePercent | string | The percentage change in price over the last 24 hours. |
ts | string | Timestamp |