Skip to main content
GET
Total Supply Chart within Time Range by ID

Notes

  • Accepts ISO date strings (YYYY-MM-DD or YYYY-MM-DDTHH:MM, recommended) or UNIX timestamps for from and to.
  • Data is provided at daily intervals (00:00:00 UTC).
  • Data availability:
    • Full coverage for all coins starts from 27 July 2023
    • Patched historical data from June 2019 is available for select coins only and may contain inaccuracies
The last completed UTC day (00:00) is available 35 minutes after midnight (00:35 UTC).

SDK Examples

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Path Parameters

id
string
default:bitcoin
required

Coin ID. *refers to /coins/list.

Query Parameters

from
string
default:2025-01-01
required

Starting date in ISO date string (YYYY-MM-DD or YYYY-MM-DDTHH:MM) or UNIX timestamp. Use ISO date string for best compatibility.

to
string
default:2025-12-31
required

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 total supply chart data within time range

total_supply
((number | string)[])[]
required

Total supply data points as [timestamp, supply] pairs