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

# Get the circulating supply of the native token at the given epoch

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

Calculates circulating supply by subtracting locked amounts from multiple excluded addresses from the effective supply

## Query parameters

- `epoch` integer

## Response `200`

Circulating supply of the native token

- CirculatingSupply
  - `amount` string, required

---

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