---
title: "GET /v2/supported/chains"
method: GET
path: "/v2/supported/chains"
tags: ["Supported"]
---

# GET /v2/supported/chains

`GET /v2/supported/chains`

## Headers

- `API-KEY` string

## Response `200`

All Supported Chains by Movr

- SupportedChainsOutputDTO
  - `success` boolean, required — Status of API.
  - `result` ChainDetails[], required
    - `chainId` number, required — Id of chain.
    - `name` string, required — Name of chain.
    - `icon` string, required — URL for icon of chain.
    - `isL1` boolean, required — Flag indicating whether the chain is L1.
    - `sendingEnabled` boolean, required — Flag indicating whether sending of tokens is supported from chain.
    - `receivingEnabled` boolean, required — Flag indicating whether receiving of tokens is supported to chain.
    - `currency` GasTokenDetails, required
      - `address` string, required — Address of gas token.
      - `icon` string, required — URL for icon of gas token.
      - `name` string, required — Name of gas token.
      - `symbol` string, required — Symbol of gas token.
      - `decimals` number, required — Decimals of gas token.
      - `minNativeCurrencyForGas` string, required — Minimum amount to be left for gas while using max amount.
    - `rpcs` string[], required
    - `explorers` string[], required

---

[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/versions/8b1957cc0e8f/schema)
