# 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](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getwalletscontainingtokenidfrom)
* [getWalletsContainingTokensFrom](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getwalletscontainingtokensfrom)
