---
title: "Get bridgable tokens"
method: GET
path: "/swappable_tokens"
tags: ["SwappableTokens"]
---

# Get bridgable tokens

`GET /swappable_tokens`

Returns the list of destination bridge chains for a given token on a given chain.

## Query parameters

- `tokenIn` string
- `tokenInChainId` 1 | 10 | 56 | 130 | 137 | 324 | 480 | 1868 | 8453 | 10143 | 42161 | 42220 | 43114 | 81457 | 7777777 | 1301 | 84532 | 11155111 | 143 | 196 — The unique ID of the blockchain. For a list of supported chains see the [FAQ](https://uniswap-docs.readme.io/reference/faqs).

## Response `200`

Get swappable tokens successful.

- GetSwappableTokensResponse
  - `requestId` string, required — A unique ID for the request.
  - `tokens` object[], required
    - `address` string, required
    - `chainId` 1 | 10 | 56 | 130 | 137 | 324 | 480 | 1868 | 8453 | 10143 | 42161 | 42220 | 43114 | 81457 | 7777777 | 1301 | 84532 | 11155111 | 143 | 196, required — The unique ID of the blockchain. For a list of supported chains see the [FAQ](https://uniswap-docs.readme.io/reference/faqs).
    - `name` string, required — The name of the token.
    - `symbol` string, required — The symbol of the token.
    - `project` TokenProject, required
      - `logo` TokenProjectLogo, required
        - `url` string, required
      - `safetyLevel` 'BLOCKED' | 'MEDIUM_WARNING' | 'STRONG_WARNING' | 'VERIFIED', required
      - `isSpam` boolean, required — Whether the token is considered a spam token.
    - `isSpam` boolean — Whether the token is considered a spam token.
    - `decimals` number, required — The number of decimals supported by the token. This number is used to convert token amounts to the token's common representation.

## Other responses

- `400` — RequestValidationError, Bad Input
- `401` — UnauthorizedError eg. Account is blocked.
- `404` — ResourceNotFound eg. No quotes available or Gas fee/price not available
- `429` — Ratelimited
- `500` — Unexpected error
- `504` — Request duration limit reached.

---

[API](https://skmtc.net/uniswap/apis/token-trading.md) · [All operations](https://skmtc.net/uniswap/apis/token-trading/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uniswap/token-trading/revisions/55533f9bd1ab/schema)
