# GetWalletsContainingTokensFrom

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

{% code overflow="wrap" %}

```cpp
void GetWalletsContainingTokensFrom(FString Chain, FString Address, const FVyQuery_GetWalletsContainingTokensFrom& Query, const FVyOnGetWalletsContainingTokensFromComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain      | FString                                                                                                                                                          | The blockchain of the NFT                                                               |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Address    | FString                                                                                                                                                          | The contract address of the NFT                                                         |
| Query      | [FVyQuery\_GetWalletsContainingTokensFrom](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/query/fvyquery_getwalletscontainingtokensfrom) | Optional Query Parameters                                                               |
| OnComplete | FVyOnGetWalletsContainingTokensFromComplete                                                                                                                      | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetWalletsContainingTokensFromComplete)\
Contains a [FVyWalletBalanceDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvywalletbalancedto) response type
