# VyNftBalanceDto

## Properties

| Field         | Type                                                                                      | Description                               | Required |
| ------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------- | -------- |
| WalletId      | string                                                                                    | The wallet \`ID\` holding the NFT         | ✗        |
| WalletAddress | string                                                                                    | The public wallet address holding the NFT | ✗        |
| WalletType    | string                                                                                    |                                           | ✗        |
| Chain         | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)   | The blockchain of the wallet              | ✗        |
| Items         | [VyNftDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vynftdto) | Information about the NFTs                | ✗        |

## References

**Operation**

* [GetNftBalances](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/non-fungibles/getnftbalances)
