---
title: "GET /v2/token-lists/from-token-list"
method: GET
path: "/v2/token-lists/from-token-list"
tags: ["Token Lists"]
---

# GET /v2/token-lists/from-token-list

`GET /v2/token-lists/from-token-list`

## Query parameters

- `fromChainId` string, required
- `toChainId` string, required
- `disableSwapping` boolean
- `includeDexes` 'oneinch'
- `excludeDexes` 'oneinch'
- `includeBridges` string[]
- `excludeBridges` string[]
- `singleTxOnly` boolean
- `isShortList` boolean

## Headers

- `API-KEY` string

## Response `200`

All Supported token by a given chainId

- TokenListOutputDTO
  - `success` boolean, required — Status of API.
  - `result` TokenAsset[], required
    - `name` string — Name of token.
    - `address` string, required — Address of token.
    - `icon` string — URL for icon of token.
    - `decimals` number — Decimal used for token.
    - `symbol` string, required — Symbol of token.
    - `chainId` 'ETHEREUM' | 'OPTIMISM' | 'BSC' | 'XDAI' | 'POLYGON' | 'FANTOM' | 'ARBITRUM' | 'AVALANCHE', required — Chain id of the token

---

[API](https://skmtc.net/swaprhq/apis/movr-aggregator-api.md) · [All operations](https://skmtc.net/swaprhq/apis/movr-aggregator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swaprhq/movr-aggregator-api/revisions/8b1957cc0e8f/schema)
