Token | Chains |
---|---|
USDC | Arbitrum, Ethereum, Base |
osUSDC | Internet Computer Protocol |
Get available tokens
getTokens
Retrieves a list of all available tokens on specific chains, including: token metadata, token explorer URL, logos, and other relevant data (except price information).
Parameters
params
(TokensRequest, optional): Configuration for the requested tokens.chains
(Chaind[], optional): List of chain IDs or keys. If not available, returns tokens on all available chains.chainTypes
: (ChainId[], optional): List of chain types
options
(RequestOptions, optional): Additional request options.
TokenResponse
.
Get a specific token’s information
getToken
Fetches details about a specific token on a specific chain.
Parameters
chain
(ChainKey | ChainId): ID or key of the chain that contains the token.token
(string): Address or symbol of the token on the request chain.
Token
object.