This operation retrieves all tokens supported by Cobo Payments.
Use this operation to get token details such as token ID, symbol, decimal precision, contract address, and chain information before creating payment orders.
For more information about Cobo Payments, see Cobo Payments Overview.
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
The request was successful.
The unique identifier of the token, in the format of {chain_id}_{token_symbol}.
"ETH_USDT"
The full name of the token.
"Tether USD"
The symbol of the token.
"USDT"
The number of decimal places for the token. This value is used to convert between the token's smallest unit and its display value.
6
The contract address of the token. This is null for native coins (e.g., ETH on Ethereum).
"0xdac17f958d2ee523a2206206994597c13d831ec7"
The ID of the chain on which the token exists.
"ETH"
The symbol of the chain on which the token exists.
"ETH"
The URL of the chain icon image.
"https://d.cobo.com/public/logos/ETH.png"
The URL of the token icon image.
"https://d.cobo.com/public/logos/USDT.png"
Whether the token supports fiat off-ramp.
true: The token can be used for fiat off-ramp.false: The token cannot be used for fiat off-ramp.