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
public static VyTask<VyWalletBalanceDto> GetWalletsContainingTokenIdFrom(eVyChain chain, string contractAddress, string tokenId, VyQuery_GetWalletsContainingTokenIdFrom query = null)
Parameters
contractAddress
string
The contract address of the specific NFT
tokenId
string
The token `ID` of the NFT
Returns
VyTask<VyWalletBalanceDto> Wallet address retrieved successfully containing a specific NFT.
Last updated