getNonFungibleTokensByWalletAddress

This endpoint retrieves NFTs by blockchain and wallet address.

public getNonFungibleTokensByWalletAddress(chain: VyChain, walletAddress: string, query?: VyQuery_GetNonFungibleTokensByWalletAddress) : VyPromise<VyNonFungibleTokenDto[]>

Parameters

chain

Blockchain to filter by

walletAddress

string

Wallet address to get NFTs

query (optional)

Query to filter the operation results

Returns

VyPromise<VyNonFungibleTokenDto[]> NFTs of wallet retrieved successfully.

Last updated