---
title: "Get supported chains"
method: GET
path: "/chains"
---

# Get supported chains

`GET /chains`

Returns supported chain/s

## Query parameters

- `chainId` string

## Response `200`

List of supported chains

- Chain[]
  - `chainName` string
  - `chainType` string
  - `chainId` string
  - `networkName` string
  - `rpc` string
  - `internalRpc` string
  - `blockExplorerUrls` string
  - `nativeCurrency` object
  - `chainNativeContracts` object
  - `axelarContracts` object
  - `squidContracts` object

## Other responses

- `400` — Invalid request
- `404` — Not found
- `500` — Unkown error

---

[API](https://skmtc.dev/0xsquid/apis/squid-api.md) · [All operations](https://skmtc.dev/0xsquid/apis/squid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/0xsquid/squid-api/revisions/7d461f4df97e/schema)
