get https://pro-api.coingecko.com/api/v3/exchanges//tickers
This endpoint allows you to query exchange's tickers based on exchangeβs id.
Notes
- Responses are paginated and limited to 100 tickers per page. You may specify the page number using the
page
params to retrieve the tickers accordinglyorder=base_target
sorts tickers bybase
symbol, thentarget
symbol, in lexicographical order (0 -> 9
, followed bya -> z
).
This sorting method ensures stable pagination results, minimizing cases where cached responses might otherwise cause duplicate or missing tickers across paginated pages.- Cache / Update Frequency: every 60 seconds for all the API plans