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

---

[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/versions/8e3d1da7a83d/schema)
