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

# Get Supported DeX Pools

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

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

## Path parameters

- `chain` string, required

## Response `200`

Successful Response

- DeXSwapListPoolResponseVo[]
  - `statusCode` number
  - `message` string
  - `data` DeXSwapListPoolVo[]
    - `chain` string — Blockchain network name
    - `chainId` number — Unique identifier of blockchain network
    - `poolSymbol` string — Symbol of DeX swap pair
    - `tokenASymbol` string — Symbol of first token of the pair
    - `tokenAAddress` string — Token address of the first token of the pair
    - `tokenBSymbol` string — Symbol of the second token of the pair
    - `tokenBAddress` string — Token address of the second token of the pair

---

[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)
