> 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/ue5-sdk-v3/object-references/wallet/fvynftbalancedto.md).

# FVyNftBalanceDto

## Properties

| WalletId      | FString                                                                              | The wallet \`ID\` holding the NFT         |
| ------------- | ------------------------------------------------------------------------------------ | ----------------------------------------- |
| WalletAddress | FString                                                                              | The public wallet address holding the NFT |
| WalletType    | FString                                                                              | <p>\[READ-ONLY] == API\_WALLET<br></p>    |
| Chain         | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)      | The blockchain of the wallet              |
| Items         | TArray<[FVyNftDto](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvynftdto.md)> | Information about the NFTs                |
