Represents the specific token data which depends on its type - if it is a Coin or Token.
| Name | Type | Description | Notes |
|---|---|---|---|
| contract_address | str | Defines the contract address in the blockchain for an ERC20 token. | [optional] |
| fee_limit | str | Defines the fee limit value. | [optional] |
| symbol | str | Defines the Token symbol. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |