# VyWalletBalanceDto

## Properties

| Field           | Type   | Description                                  | Required |
| --------------- | ------ | -------------------------------------------- | -------- |
| WalletAddress   | string | The public wallet address containing the NFT | ✗        |
| ContractAddress | string | The NFT contract address                     | ✗        |
| TokenBalance    | long   | The number of NFTs in the wallet             | ✗        |
| TokenId         | long   | The token ID                                 | ✗        |

## References

**Operation**

* [GetWalletsContainingTokenIdFrom](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/non-fungibles/getwalletscontainingtokenidfrom)
* [GetWalletsContainingTokensFrom](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/non-fungibles/getwalletscontainingtokensfrom)
