Retrieve real-time data for a specific cryptocurrency
GET/v2/coins/:id
Fetches detailed information about a cryptocurrency, including price, market data, exchange tickers, and more.
- The Ticker object is limited to 100 items. For more, use
/coins/{id}/tickers
. - 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 identified as an outlier.
- You are responsible for handling these statuses appropriately (e.g., display warnings or different formatting).
- To check if a price is outdated, refer to the
last_updated
timestamp.
📌 Cache / Update Frequency: Every 60 seconds
📌 Community data (Twitter, Telegram, Reddit) updates daily
Request​
Responses​
- 200
- 404
- 422
Successful Response
Not found
Validation Error