---
title: "List supported chains"
method: GET
path: "/v1/chains"
tags: ["Supported Chains"]
---

# List supported chains

`GET /v1/chains`

Get a list of all supported blockchain networks, sorted alphabetically by name.

## Response `200`

List of chains

- object
  - `chains` Chain[], required
    - `chainId` string, required
    - `name` string, required
    - `type` 'evm' | 'utxo' | 'cosmos' | 'solana' | 'tron' | 'sui' | 'near' | 'starknet' | 'ton', required
    - `symbol` string, required
    - `precision` number, required
    - `color` string, required
    - `networkColor` string
    - `icon` string
    - `networkIcon` string
    - `explorer` string, required
    - `explorerAddressLink` string, required
    - `explorerTxLink` string, required
    - `nativeAssetId` string, required
  - `timestamp` number, required

## Other responses

- `429` — Rate limit exceeded. Includes Retry-After header with seconds until reset.
- `500` — Internal server error

---

[API](https://skmtc.net/shapeshift/apis/shapeshift-public-api.md) · [All operations](https://skmtc.net/shapeshift/apis/shapeshift-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shapeshift/shapeshift-public-api/revisions/6ffb6a8fd74a/schema)
