getWalletsContainingTokensFrom

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

public getWalletsContainingTokensFrom(chain: string, address: string, query?: VyQuery_GetWalletsContainingTokensFrom) : VyPromise<VyPageResponseWalletTokenBalanceDto>

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

VyPromise<VyPageResponseWalletTokenBalanceDto> Wallet address(es) retrieved successfully containing NFTs from a specific NFT contract.

Last updated