GetWalletsContainingTokensFrom

Description

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

void GetWalletsContainingTokensFrom(const FString& chain, const FString& address, const FVyQuery_GetWalletsContainingTokensFrom& query) const

Parameters

chain

FString

The blockchain of the NFT

address

FString

The contract address of the NFT

query (optional)

Query to filter the operation results

Returns

void Wallet address(es) retrieved successfully containing NFTs from a specific NFT contract.

Last updated