---
title: "Get supported blockchain chains"
method: GET
path: "/chains"
tags: ["Other"]
---

# Get supported blockchain chains

`GET /chains`

Returns a list of all blockchain networks supported by Sourcify

## Response `200`

List of supported chains

- object[]
  - `name` string, required — Chain name
  - `title` string — Chain title (optional)
  - `chainId` integer, required — Chain ID
  - `rpc` string[], required — List of RPC endpoints
  - `traceSupportedRPCs` object[], required — RPCs that support tracing
    - `type` string — Type of trace support
    - `index` integer — Index of the RPC in the rpc array
  - `supported` boolean, required — Whether the chain is supported for verification
  - `etherscanAPI` boolean, required — Whether Etherscan API is available for this chain

---

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