---
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
  - `name` string, required

## Other responses

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

## Changes

- **2026-02-11** `f0a06d728c7b` — 5 info
  - api operation id `getChains` was added
  - api tag `Chains` added
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - …1 more
- **2026-02-10** `02899ebe907d` — 1 info
  - endpoint added
- **2026-02-10** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

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

---

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