GetWalletsContainingTokenIdFrom
Description
This endpoint fetches the wallet that contain a specific NFT. The wallets are filtered by blockchain, contract address of the NFT, and the token ID
void GetWalletsContainingTokenIdFrom(const EVyChain& chain, const FString& contractAddress, const FString& tokenId, const FVyQuery_GetWalletsContainingTokenIdFrom& query) const
Parameters
contractAddress
FString
The contract address of the specific NFT
tokenId
FString
The token `ID` of the NFT
Returns
void Wallet address retrieved successfully containing a specific NFT.
Last updated