> 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/vywalletbalancedto.md).

# VyWalletBalanceDto

## Properties

| Field           | Type   | Description                                  | Required |
| --------------- | ------ | -------------------------------------------- | -------- |
| walletAddress   | string | The public wallet address containing the NFT | ✗        |
| contractAddress | string | The NFT contract address                     | ✗        |
| tokenBalance    | BigInt | The number of NFTs in the wallet             | ✗        |
| tokenId         | BigInt | The token ID                                 | ✗        |

## References

**Operation**

* [getWalletsContainingTokenIdFrom](/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getwalletscontainingtokenidfrom.md)
* [getWalletsContainingTokensFrom](/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getwalletscontainingtokensfrom.md)
