Retrieve coin tickers (paginated, max 100 items)
GET/v2/coins/:id/tickers
Fetches tickers for a specific cryptocurrency, including price, volume, and exchange data.
- Ticker object is limited to 100 items per page.
- A ticker is marked as:
is_stale
(true
): If the price has not been updated for more than 8 hours.is_anomaly
(true
): If the price is detected as an outlier.
- You are responsible for handling these statuses appropriately (e.g., displaying warnings).
📌 Cache / Update Frequency: Every 2 minutes
Request​
Responses​
- 200
- 404
- 422
Successful Response
Not found
Validation Error