---
title: "Get Supported DeX Tokens"
method: GET
path: "/api/v1/web3/dex/swap/listTokens/{chain}"
tags: ["DeX Swap"]
---

# Get Supported DeX Tokens

`GET /api/v1/web3/dex/swap/listTokens/{chain}`

This API is used to get the supported tokens for DeX Swap.

## Path parameters

- `chain` string, required

## Response `200`

Successful Response

- DeXSwapListTokenResponseVo[]
  - `statusCode` number
  - `message` string
  - `data` DeXSwapListTokenVo[]
    - `chain` string — Blockchain network name
    - `chainId` number — Unique identifier of blockchain network
    - `tokenName` string — Token Name
    - `tokenSymbol` string — Symbol of the token
    - `contractAddress` string — Token address
    - `tokenDecimals` number — Decimals used in the token

---

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