Superbridge
Start typing to search...

Endpoints

Token

Retrieve a single supported token

Retrieve a single supported token by address and chain.

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

Query Parameters

addressstringrequired

0x0000000000000000000000000000000000000000 for native tokens

chainKeystring

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

chainIdstring

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

chainUidstring

Chain UUID (internal identifier)

Provide the token address and exactly one chain identifier: chainUid, chainId, or chainKey.

Response

Returns a Token object.

addressstring

0x0000000000000000000000000000000000000000 for native tokens

isGasTokenboolean

Whether this token provides gas on its chain, regardless of the address form in this DTO

isNativeboolean

Whether this exact address form is backed by the chain native balance RPC rather than an ERC20/SPL balance call

chainUidstring

Chain UUID (internal identifier)

chainIdstring

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

chainKeysstring[]

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

namestring
decimalsnumber
logoUristring | null
symbolstring
usdnumber | null
isSpl2022boolean
verifiedboolean