Superbridge
Start typing to search...
The Superbridge API is currently in beta. Endpoints and response formats may change.

Endpoints

Chains

Retrieve the list of supported chains

Retrieve the list of supported chains.

GEThttps://api.superbridge.app/v1/chains

Query Parameters

keystring

Shorthand chain identifier (e.g. eth for Ethereum)

idstring

Native chain ID (e.g. 1 for Ethereum)

uidstring

Chain UUID (internal identifier)

Response

Returns an array of Chain objects.

idstring

Native chain ID (e.g. 1 for Ethereum)

keysstring[]

Shorthand chain identifier (e.g. eth for Ethereum)

uidstring

Chain UUID (internal identifier)

blockExplorersBlockExplorer[]
logoUristring | null
vm"evm" | "svm" | "stark"
type"mainnet" | "testnet" | "devnet"
namestring
rpcUrlstring
testnetboolean