getNonFungibleTokensByWalletAddress

This endpoint retrieves NFTs by blockchain and wallet address.

public getNonFungibleTokensByWalletAddress(chain: eVyChain, 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[]>

Last updated