GetWalletsContainingTokenIdFrom

This endpoint fetches the wallets that contain a specific NFT. The wallets are filtered by blockchain, contract address of the NFT, and the token `ID`

public static VyTask<VyPageResponseWalletTokenBalanceDto> GetWalletsContainingTokenIdFrom(string chain, string contractAddress, string tokenId, VyQuery_GetWalletsContainingTokenIdFrom query = null)

Parameters

chain

string

The blockchain to filter by

contractAddress

string

The contract address of the specific NFT

tokenId

string

The token `ID` of the NFT

query (optional)

Query to filter the operation results

Returns

VyTask<VyPageResponseWalletTokenBalanceDto>

Last updated