---
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
    - `isSellSupported` boolean, required — Whether assets on this chain can be sold. Chains without it are destination-only - rates and quotes reject them as a sell asset.
  - `timestamp` number, required

## Other responses

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

## Changes

- **2026-08-27** `c77ff61a1db8` — 1 info
  - added the required property `chains/items/isSellSupported` to the response with the `200` status

[Change history](https://skmtc.dev/shapeshift/apis/shapeshift-public-api/changes/v1/chains/get.md)

---

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