---
title: "Total Supply Chart by ID"
method: GET
path: "/coins/{id}/total_supply_chart"
---

# Total Supply Chart by ID

`GET /coins/{id}/total_supply_chart`

To query historical total supply of a coin by number of days away from now based on provided coin ID

## Path parameters

- `id` string, required

## Query parameters

- `days` string, required
- `interval` 'daily'

## Response `200`

Historical total supply chart data

- TotalSupplyChart
  - `total_supply` array[], required — Total supply data points as [timestamp, supply] pairs
    - union[]
      - union
        - number
        - string

## Changes

- **2026-05-28** `11cc9e00fd86` — 2 info
  - api tag `Coins` removed
  - the response property `total_supply` became required for the status `200`

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/coins/:id/total_supply_chart/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
