Coin Historical Chart Data by ID
Coin Charts
Coin Historical Chart Data by ID
To get the historical chart data of a coin including time in UNIX, price, market cap and 24hrs volume based on particular coin ID
GET
Coin Historical Chart Data by ID
Notes
- Find a coin’s API ID on its CoinGecko page, via Coins List, or this Google Sheet.
- Auto-granularity when
intervalis not specified:- 1 day from current time = 5-minutely data
- 2–90 days = hourly data
- Above 90 days = daily data (00:00 UTC)
- Override with the
intervalparameter:daily: daily historical datahourly: hourly data, up to the past 100 days5m: 5-minutely data, up to the past 10 days (Enterprise only)
The last completed UTC day (00:00) data is available 10 minutes after midnight (00:10 UTC).
SDK Examples
Authorizations
Path Parameters
Coin ID.
*refers to /coins/list.
Query Parameters
Target currency of market data.
*refers to /simple/supported_vs_currencies.
Data up to number of days ago.
You may use any integer or max for number of days.
Data interval, leave empty for auto granularity.
Available options:
hourly, daily Decimal place for currency price value.
Available options:
full, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 
