GetWalletsContainingTokensFrom

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

public static VyTask<VyPageResponseWalletTokenBalanceDto> GetWalletsContainingTokensFrom(string chain, string address, VyQuery_GetWalletsContainingTokensFrom query = null)

Parameters

chain

string

The blockchain of the NFT

address

string

The contract address of the NFT

query (optional)

Query to filter the operation results

Returns

VyTask<VyPageResponseWalletTokenBalanceDto>

Last updated