Skip to main content
GET

Authorizations

BIZ-API-KEY
string
header
required

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.

Response

The request was successful.

token_id
string
required

The unique identifier of the token, in the format of {chain_id}_{token_symbol}.

Example:

"ETH_USDT"

name
string
required

The full name of the token.

Example:

"Tether USD"

symbol
string
required

The symbol of the token.

Example:

"USDT"

decimal
integer
required

The number of decimal places for the token. This value is used to convert between the token's smallest unit and its display value.

Example:

6

token_address
string | null
required

The contract address of the token. This is null for native coins (e.g., ETH on Ethereum).

Example:

"0xdac17f958d2ee523a2206206994597c13d831ec7"

chain_id
string
required

The ID of the chain on which the token exists.

Example:

"ETH"

chain_symbol
string | null
required

The symbol of the chain on which the token exists.

Example:

"ETH"

chain_icon_url
string | null

The URL of the chain icon image.

Example:

"https://d.cobo.com/public/logos/ETH.png"

token_icon_url
string | null

The URL of the token icon image.

Example:

"https://d.cobo.com/public/logos/USDT.png"

can_off_ramp
boolean

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.