---
title: "Get the list of supported chains."
method: GET
path: "/chain-list"
---

# Get the list of supported chains.

`GET /chain-list`

## Headers

- `API-KEY` string, required

## Response `200`

A successful resquest

- object
  - `request_id` string
  - `code` integer
  - `message` string
  - `data` object[]
    - `chain_id` integer — Unique identifier for the chain. In accordance with the chain IDs listed in the 'Supported Networks' section.
    - `chain_name` string — The short name of the chain. In accordance with the short names listed in the 'Supported Networks' section.
    - `support_interaction_risk` boolean — Indicates whether the current API supports calculating interaction risk for this chain.

## Other responses

- `500` — Internal Server Error

---

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