# GetWalletsContainingTokensFrom

### Description

This endpoint returns the wallet address(es) which contain NFTs from a specific NFT contract address.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyWalletBalanceDto> GetWalletsContainingTokensFrom(string chain, string address, VyQuery_GetWalletsContainingTokensFrom query = null)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| chain            | string                                                                                                                                                         | The blockchain of the NFT             |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| address          | string                                                                                                                                                         | The contract address of the NFT       |
| query (optional) | [VyQuery\_GetWalletsContainingTokensFrom](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/queries/vyquery_getwalletscontainingtokensfrom) | Query to filter the operation results |

**Returns**

VyTask<[VyWalletBalanceDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vywalletbalancedto)>\
Wallet address(es) retrieved successfully containing NFTs from a specific NFT contract.
{% endtab %}
{% endtabs %}
