Get Ticker Markets
Returns a list of tickers for a specific cryptocurrency across multiple exchanges.
Optional
Optional
- coinId: Filter by coin identifier (e.g., “bitcoin”).
- exchange: Filter tickers by exchange name.
- fromCoin: Filter by base currency symbol of the trading pair.
- toCoin: Filter by quote currency symbol of the trading pair.
- onlyVerified: When true, returns only verified tickers.
- page & limit: Control pagination.
Authorizations
API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.
Query Parameters
Page number to retrieve (1-based indexing)
1
Number of items to return per page
20
Filter tickers by exchange name (case-insensitive exact match)
"Binance"
Filter by base currency symbol of the trading pair
"BTC"
Filter by quote currency symbol of the trading pair
"USDT"
Filter by unique coin identifier (e.g., "bitcoin" for BTC)
"bitcoin"
When true, returns only verified tickers with recent updates and no fake volume flags
false