Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.54 KB

ExtendedTokenInfo.md

File metadata and controls

19 lines (15 loc) · 1.54 KB

CoboWaas2.ExtendedTokenInfo

Properties

Name Type Description Notes
token_id String The token ID, which is the unique identifier of a token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.
chain_id String The ID of the chain on which the token operates.
asset_id String (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. [optional]
symbol String The token symbol, which is the abbreviated name of a token. [optional]
name String The token name, which is the full name of a token. [optional]
decimal Number The token decimal. [optional]
icon_url String The URL of the token icon. [optional]
token_address String The token address, if applicable. [optional]
fee_token_id String The fee token ID. A fee token is the token with which you pay transaction fees. [optional]
can_deposit Boolean Whether the token can be deposited. - `true`: The token can be deposited. - `false`: The token cannot be deposited. [optional] [default to false]
can_withdraw Boolean Whether the token can be withdrawn. - `true`: The token can be withdrawn. - `false`: The token cannot be withdrawn. [optional] [default to false]