> 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/ts-js-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         | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)     | The blockchain of the wallet              | ✗        |
| items         | [VyNftDto](/sdk-reference/ts-js-v3/object-references/wallet/vynftdto.md) | Information about the NFTs                | ✗        |

## References

**Operation**

* [getNftBalances](/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getnftbalances.md)
