> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vynftbalancedto.md).

# 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](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)   | The blockchain of the wallet              | ✗        |
| Items         | [VyNftDto](/sdk-reference/c-sdk-v3/object-references/wallet/vynftdto.md) | Information about the NFTs                | ✗        |

## References

**Operation**

* [GetNftBalances](/sdk-reference/c-sdk-v3/function-references/wallet/non-fungibles/getnftbalances.md)
