cURL
curl --request GET \ --url https://pro-api.coingecko.com/api/v3/coins/{id}/total_supply_chart \ --header 'x-cg-pro-api-key: <api-key>'
{ "total_supply": [ [ 1712448000000, "21000000.0" ], [ 1712534400000, "21000000.0" ], [ 1712586776000, "21000000.0" ] ] }
coin ID *refers to /coins/list.
/coins/list
"bitcoin"
data up to number of days ago Valid values: any integer or max
max
data interval
daily
Get historical total supply chart of a coin
Was this page helpful?