API Reference

All 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

FieldTypeDescription
symbolstringThe trading pair or asset symbol.
lastPricestringThe most recent price.
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.
priceChangePercentstringThe percentage change in price over the last 24 hours.
tsstringTimestamp
Language