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

# List supported chains

`GET /v1/chains`

List supported chains

## Query parameters

- `page_cursor` string — Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
- `page_size` integer — Maximum number of items to return

## Response `200`

200 response

- ListChainsResult
  - `result` ChainWithDetails[], required — List of chains
    - `id` string, required — The id of chain
    - `name` string, required — The name of chain
    - `rpc_url` string, nullable, required — URL for RPC node
    - `operator_allowlist_address` string, nullable, required — The address of the Operator Allowlist - https://docs.immutable.com/products/zkevm/minting/royalties/allowlist-spec/
    - `minter_address` string, nullable, required — The address of the minter used in the Minting API - https://docs.immutable.com/products/zkEVM/minting/minting-api#minting-api-prerequisites
  - `page` Page, required — Pagination properties
    - `previous_cursor` string, nullable, required — First item as an encoded string
    - `next_cursor` string, nullable, required — Last item as an encoded string

## Other responses

- `400` — Bad Request (400)
- `404` — The specified resource was not found (404)
- `500` — Internal Server Error (500)

---

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