---
title: "Get supported tokens"
method: GET
path: "/tokens"
---

# Get supported tokens

`GET /tokens`

Returns supported token/s

## Query parameters

- `chainId` string

## Response `200`

Supported tokens

- Token[]
  - `chainId` number
  - `address` string
  - `name` string
  - `symbol` string
  - `logoURI` string
  - `coingeckoId` string

## Other responses

- `400` — Invalid request
- `404` — Not found
- `500` — Unkown error

---

[API](https://skmtc.dev/0xsquid/apis/squid-api.md) · [All operations](https://skmtc.dev/0xsquid/apis/squid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/0xsquid/squid-api/revisions/7d461f4df97e/schema)
