GetWalletsContainingTokensFrom

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

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

Parameters

Chain

FString

The blockchain of the NFT

Address

FString

The contract address of the NFT

Query

Optional Query Parameters

OnComplete

FVyOnGetWalletsContainingTokensFromComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetWalletsContainingTokensFromComplete) Contains a FVyWalletBalanceDto response type

Last updated