Chains

List supported chains and networks

get
/v1/chains

Returns the chains supported in the current environment (sandbox or production). Each chain includes chainId/network, native currency, and explorer base URLs.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/v1/chains
200

Chains list

Get chain detail

get
/v1/chains/{chainKey}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
chainKeystringRequiredExample: eth-mainnet
Responses
get
/v1/chains/{chainKey}
200

Chain detail

Last updated