Exchange tickers
Description
Paginated list of all trading pairs on the exchange with last price, 24h volume, spread, change, and a direct trade URL. Supports filtering by baseSymbol/quoteSymbol and sorting by volume / spread / lastPrice. volumeShare is computed against the exchange total 24h volume across all fresh tickers, so the denominator is stable regardless of applied filters.
Pricing
- 1 credit base + 1 credit per 100 items returned over the first 100.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Query Parameters
0 <= x <= 500001 <= x <= 500Filter by base asset symbol (exact match, case-insensitive).
"BTC"
Filter by quote asset symbol (exact match, case-insensitive).
"USDT"
id, lastPrice, spread, volume asc, desc Response
12345
"BTC/USDT"
"BTC"
"USDT"
Market kind. perpetual is a derivative without an expiry date.
spot, perpetual, futures "spot"
Last price in the quote currency.
"65000.5"
Last price normalized to USD.
"65000.5"
24h change as a percent (open → last). Null when open price is unavailable.
1.23
24h high in the quote currency.
"65500"
24h low in the quote currency.
"64000"
Bid-ask spread as a percent: (ask − bid) / ask × 100. Null when bid/ask is unavailable.
0.05
24h trade volume in USD.
"12500000"
Share of the exchange's total 24h volume across all tickers (percent).
12.34
Direct link to the trading pair on the exchange. Null when unavailable.
"https://www.binance.com/en/trade/BTC_USDT"
ISO 8601, UTC.
"2026-05-15T12:34:56.000Z"