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

## References

**Operation**

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