Coin Historical Chart Data within Time Range by Token Address
To get the historical chart data within certain time range in UNIX along with price, market cap and 24hrs volume based on asset platform and particular token contract address
Notes
- Find a tokenβs contract address on its CoinGecko page or via Coins List with
include_platform=true. - Accepts ISO date strings (
YYYY-MM-DDorYYYY-MM-DDTHH:MM, recommended) or UNIX timestamps forfromandto. - Auto-granularity when
intervalis not specified:- 1 day from current time = 5-minutely data
- 1 day from any other time = hourly data
- 2β90 days = hourly data
- Above 90 days = daily data (00:00 UTC)
- Enterprise plan subscribers can bypass auto-granularity:
interval=5m: 5-minutely data, up to the past 10 daysinterval=hourly: hourly data, up to the past 100 days
- Data availability:
5mfrom 9 Feb 2018,hourlyfrom 30 Jan 2018.
| Date Range | Cache |
|---|---|
| 1 day | 30 seconds |
| 2β90 days | 30 minutes |
| Above 90 days | 12 hours |
SDK Examples
Authorizations
Query Parameters
Target currency of market data.
*refers to /simple/supported_vs_currencies.
Starting date in ISO date string (YYYY-MM-DD or YYYY-MM-DDTHH:MM) or UNIX timestamp.
Use ISO date string for best compatibility.
Ending date in ISO date string (YYYY-MM-DD or YYYY-MM-DDTHH:MM) or UNIX timestamp.
Use ISO date string for best compatibility.
Data interval, leave empty for auto granularity.
5m, hourly, daily Decimal place for currency price value.
full, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 Response
Coin historical chart data within time range by token address

