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 getWalletsContainingTokenIdFrom(chain: String, contractAddress: String, tokenId: String, query?: VyQuery_GetWalletsContainingTokenIdFrom) : VyPromise<VyPageResponseWalletTokenBalanceDto>

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

VyPromise<VyPageResponseWalletTokenBalanceDto>

Last updated