---
title: "GET /debug/token-supply/height/{height}"
method: GET
path: "/debug/token-supply/height/{height}"
tags: ["internal", "debug"]
---

# GET /debug/token-supply/height/{height}

`GET /debug/token-supply/height/{height}`

Get total token supply at height

## Path parameters

- `height` integer, required

## Response `200`

Total token supply at height divided in categories

- TokenSupply
  - `accounts` integer
  - `contracts` integer
  - `contract_oracles` integer
  - `locked` integer
  - `oracles` integer
  - `oracle_queries` integer
  - `pending_rewards` integer
  - `total` integer

## Other responses

- `400` — Height not available

---

[API](https://skmtc.dev/aeternity/apis/aeternity-node.md) · [All operations](https://skmtc.dev/aeternity/apis/aeternity-node/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aeternity/aeternity-node/revisions/808589a8d8eb/schema)
