---
title: "List token balances"
method: GET
path: "/api/v1/tokens/{tokenId}/balances"
tags: ["tokens"]
---

# List token balances

`GET /api/v1/tokens/{tokenId}/balances`

Returns a list of token balances given the id. This represents the Token supply distribution across the network

## Path parameters

- `tokenId` string, nullable, required — Network entity ID in the format of `shard.realm.num`

## Query parameters

- `account.balance` string
- `account.id` string
- `account.publickey` string
- `limit` integer
- `order` 'asc' | 'desc'
- `timestamp` string[]

## Response `200`

OK

- TokenBalancesResponse
  - `timestamp` string, nullable — A Unix timestamp in seconds.nanoseconds format
  - `balances` object[]
    - `account` string, nullable, required — Network entity ID in the format of `shard.realm.num`
    - `balance` integer, required
    - `decimals` integer, nullable, required
  - `links` Links
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

## Changes

- **2026-07-09** (v1) `8ce3e9a7251e` — 1 breaking
  - the response property `balances/items/decimals` became nullable for the status `200`
- **2025-08-08** (v1) `db389f03b097` — 5 breaking
  - the response property `_status/messages/items/data` became nullable for the status `400`
  - the response property `_status/messages/items/detail` became nullable for the status `400`
  - the response property `balances/items/account` became nullable for the status `200`
  - the response property `links/next` became nullable for the status `200`
  - …1 more

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/tokens/:tokenId/balances/get.md)

---

[API](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiero-ledger/mirror-node-rest-api/revisions/ee602751b3f7/schema)
