Circulating Supply Chart within Time Range by ID
Coin Charts
Circulating Supply Chart within Time Range by ID
To query historical circulating supply of a coin, within a range of timestamp based on the provided coin ID
GET
Circulating Supply Chart within Time Range by ID
Notes
- 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)
- Data available from 22 June 2019 onwards.
The last completed UTC day (00:00) is available 35 minutes after midnight (00:35 UTC).
SDK Examples
Authorizations
Learn how to set up your API key
Path Parameters
Coin ID.
*refers to /coins/list.
Query Parameters
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.
Response
200 - application/json
Historical circulating supply chart data within time range
Circulating supply data points as [timestamp, supply] pairs

