Skip to main content
GET
Get the list of supported and deprecated chains

Response

200 - application/json

List of supported chains

name
string
required

Chain name

Example:

"Ethereum Mainnet"

chainId
integer
required

Chain ID

Example:

1

rpc
string[]
required

List of RPC endpoints

Example:
traceSupportedRPCs
object[]
required

RPCs that support tracing

supported
boolean
required

Whether the chain is supported for verification

Example:

true

etherscanAPI
boolean
required

Whether Etherscan API is available for this chain

Example:

true

title
string

Chain title (optional)

Example:

"Ethereum Mainnet"