# VyErc20TokenDto

## Properties

| Field               | Type                                                                                                    | Description                                                               | Required |
| ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------- |
| TokenAddress        | string                                                                                                  | Contract address of the token                                             | ✗        |
| RawBalance          | string                                                                                                  | Raw token balance                                                         | ✗        |
| Balance             | double                                                                                                  | Normalized token balance                                                  | ✗        |
| Decimals            | int                                                                                                     | Decimals of the token                                                     | ✗        |
| Symbol              | string                                                                                                  | The symbol of the token                                                   | ✗        |
| Logo                | string                                                                                                  | Logo of the token (\_URL\_)                                               | ✗        |
| Type                | string                                                                                                  | The type of token, which depends on the specific blockchain               | ✗        |
| Transferable        | bool                                                                                                    | Indicates whether or not the token can be transferred                     | ✗        |
| Name                | string                                                                                                  | Name of the token                                                         | ✗        |
| PossibleSpam        | bool                                                                                                    | Indicates if the token is possibly a spam                                 | ✗        |
| Exchange            | [VyTokenExchange](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vytokenexchange) |                                                                           | ✗        |
| Categories          | string                                                                                                  | The categories under which the token falls.                               | ✗        |
| Links               | JToken                                                                                                  | Social links such as Website, Facebook, YouTube, etc.                     | ✗        |
| Thumbnail           | string                                                                                                  | The URL to the token's thumbnail image                                    | ✗        |
| PortfolioPercentage | float                                                                                                   | The percentage of the token's value relative to the total portfolio value | ✗        |

## References

**Operation**

* [GetErc20Tokens (ByWalletId)](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/balance/geterc20tokensbywalletid)
* [GetErc20Token (ByWalletId)](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/balance/geterc20tokenbywalletid)
* [GetErc20Tokens (ByWalletAddress)](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/balance/geterc20tokensbywalletaddress)
* [GetErc20Token (ByWalletAddress)](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/balance/geterc20tokenbywalletaddress)
