| Name | Type | Description | Notes |
|---|---|---|---|
| confirmed_balance | str | Defines the token balance that has been confirmed. | |
| contract_address | str | Represents the contract address of the token, which controls its logic. It is not the address that holds the tokens. | |
| name | str | Defines the token's name as a string. | |
| symbol | str | Defines the token symbol by which the token contract is known. It is usually 3-4 characters in length. | |
| type | str | Defines the specific token type. | |
| 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] |