---
title: "Get a list of tokens"
method: GET
path: "/v1/tokens"
tags: ["tokens"]
---

# Get a list of tokens

`GET /v1/tokens`

Get a list of tokens

## Query parameters

- `address` string
- `symbols` string

## Response `200`

OK

- TokenList
  - `cursor` string
  - `result` Token[]
    - `name` string, required
    - `image_url` string, required
    - `token_address` string, required
    - `symbol` string, required
    - `decimals` string, required
    - `quantum` string, required

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
