GET v1/{ChainID}/tokens
Provides a list of tokens for exchange on blockchains
Input Parameters
Name
Required
Description
chainId
+
The blockchain network ID that requires a list of tokens (supported networks - v1/platforms).
Response Options
Name
Data Type
Description
tokens
array
An array of supported tokens.
chainId
int
The blockchain network ID.
name
str
The full name of the token.
address
str
The token smart contract address.
decimals
int
The number of decimals used to get its user representation. For example, if decimals equals 2, a balance of 505 tokens should be displayed to a user as 5,05 (505 / 10 ** 2).
logoURI
str
The link to the token logo.
symbol
str
The abbreviated name of the token.
Request Example
Response Example
Last updated