---
title: "Retrieves supported tokens for a specified chain"
method: GET
path: "/public/swap/tokens"
tags: ["Swap endpoints"]
---

# Retrieves supported tokens for a specified chain

`GET /public/swap/tokens`

Retrieves supported tokens for a specified chain

## Query parameters

- `chain` string
- `token` string

## Response `200`

The requested swap quotes

- SwapToken[]
  - `symbol` string
  - `name` string
  - `address` string
  - `chain` string
  - `decimals` number
  - `logo` string
  - `price` number
  - `liquidityUsd` number
  - `tags` string[]

## Other responses

- `400` — Invalid swap request

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
