---
title: "Lists all chains in the cluster, optionally sorted by a metric (e.g. active_accounts, tps)."
method: GET
path: "/services/multichain/api/v1/clusters/{cluster_id}/chains"
tags: ["ClusterExplorerService"]
---

# Lists all chains in the cluster, optionally sorted by a metric (e.g. active_accounts, tps).

`GET /services/multichain/api/v1/clusters/{cluster_id}/chains`

## Path parameters

- `cluster_id` string, required

## Query parameters

- `sort` string
- `order` string

## Response `200`

A successful response.

- V1ListClusterChainsResponse
  - `items` V1Chain[]
    - `explorer_url` string
    - `icon_url` string
    - `id` string
    - `name` string

## Other responses

- `default` — An unexpected error response.

---

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