Authorizations
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.
Path Parameters
The token ID, which is the unique identifier of a token.
Response
The request was successful.
The token information, including whether the token can be deposited or withdrawn. The token information.
The token ID, which is the unique identifier of a token.
"ETH_USDT"
The ID of the chain on which the token operates.
"ETH"
Whether the token can be deposited.
-
true
: The token can be deposited. -
false
: The token cannot be deposited.
Whether deposits are enabled for this token.
true
Whether the token can be withdrawn.
-
true
: The token can be withdrawn. -
false
: The token cannot be withdrawn.
Whether withdrawals are enabled for this token.
true
(This concept applies to Exchange Wallets only) The asset ID. An asset ID is the unique identifier of the asset held within your linked exchange account.
"USDT"
The token symbol, which is the abbreviated name of a token.
"USDT"
The token name, which is the full name of a token.
"Tether USDT"
The token decimal.
18
The URL of the token icon.
"https://d.cobo.com/public/logos/USDT.png"
The token address, if applicable.
"0xdAC17F958D2ee523a2206206994597C13D831ec7"
The fee token ID. A fee token is the token with which you pay transaction fees.
"ETH"
The minimum deposit amount for Custodial Wallets. If the amount you deposit to a Custodial Wallet is smaller than this threshold, the deposit will not show up on Cobo Portal or trigger any webhook events.
Note: Cobo Looptransfers do not have this limitation.
"0.0001"
The asset model type. Possible values include:
-
Account
: The account model. This model tracks the balances of user accounts, similar to the traditional banking system. -
UTXO
: The UTXO model. This model tracks individual outputs of a transaction rather than account balances. Each transaction consists of inputs (previous UTXOs) and outputs (new UTXOs).
Account
, UTXO
"Account"