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

# List supported chains

`GET /chains`

Returns chains that have at least one available node and at least one paid provider plan.

## Response `200`

Supported chains

- ChainInfo[]
  - `chain_id` string, required — Numeric chain ID (e.g. "1", "137", "8453").
  - `name` string, required — Human-readable chain name.

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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