---
title: "List tokens"
method: GET
path: "/api/v1/tokens"
tags: ["tokens"]
---

# List tokens

`GET /api/v1/tokens`

Returns a list of tokens on the network.

## Query parameters

- `account.id` string
- `limit` integer
- `name` string
- `order` 'asc' | 'desc'
- `publickey` string
- `token.id` string
- `type` string[]

## Response `200`

OK

- TokensResponse
  - `tokens` Token[]
    - `admin_key` Key, nullable, required — The public key which controls access to various network entities.
      - `_type` 'ECDSA_SECP256K1' | 'ED25519' | 'ProtobufEncoded'
      - `key` string
    - `decimals` integer, required
    - `metadata` string, byte — Arbitrary binary data associated with this token class encoded in base64.
    - `name` string, required
    - `symbol` string, required
    - `token_id` string, nullable, required — Network entity ID in the format of `shard.realm.num`
    - `type` string, required
  - `links` Links
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

## Changes

- **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 `links/next` became nullable for the status `200`
  - the response property `tokens/items/admin_key` became nullable for the status `200`
  - …1 more

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/tokens/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)
