> 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/ue5-sdk-v3/function-references/wallet/non-fungibles/getwalletscontainingtokensfrom.md).

# 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](/sdk-reference/ue5-sdk-v3/object-references/wallet/query/fvyquery_getwalletscontainingtokensfrom.md) | Optional Query Parameters                                                               |
| OnComplete | FVyOnGetWalletsContainingTokensFromComplete                                                                                                     | The callback function called when the user preferences retrieval operation is complete. |

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