---
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

---

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