---
title: "Get the supply of some token at the given epoch"
method: GET
path: "/api/v1/chain/token-supply"
---

# Get the supply of some token at the given epoch

`GET /api/v1/chain/token-supply`

## Query parameters

- `address` string, required
- `epoch` integer

## Response `200`

Chain token supply

- TokenSupply
  - `address` string, required
  - `totalSupply` number, required
  - `effectiveSupply` number

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-07-24** `b04af842544e` — 2 breaking
  - the `effectiveSupply` response's property type changed from `string` to `number` for status `200`
  - the `totalSupply` response's property type changed from `string` to `number` for status `200`
- **2025-02-07** `48a52e153c86` — 1 info
  - endpoint added
- **2024-12-17** `6893b0238070` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/chain/token-supply/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
