List Chains

get

Returns a list of all supported chains.

Responses
chevron-right
200

List of supported chains

application/json
idstringRequired

Unique chain identifier

Example: base
namestringRequired

Human-readable chain name

Example: Base
logoUrlstringOptional

URL to the chain logo

Example: https://static.glide.link/logos/base-b7acabea.png
nativeTokenIdstringRequired

Native token identifier

Example: eth
isTestnetbooleanOptional

Whether this is a testnet chain

evmChainIdintegerOptional

EVM chain ID (only present for EVM-compatible chains)

Example: 8453
confirmationBlocksintegerOptional

Number of blocks required for confirmation

Example: 5
wrappedNativeTokenIdstringOptional

Wrapped native token identifier (e.g., WETH for ETH)

Example: weth
get
/chains
200

List of supported chains

Last updated