GetNonFungibleTokens (ByWalletAddress)

This endpoint retrieves NFTs by blockchain and wallet address.

public static VyTask<VyNonFungibleTokenDto[]> GetNonFungibleTokens(eVyChain chain, string walletAddress, VyQuery_GetNonFungibleTokensByWalletAddress query = null)

Parameters

chain

Blockchain to filter by

walletAddress

string

Wallet address to get NFTs

query (optional)

Query to filter the operation results

Returns

VyTask<VyNonFungibleTokenDto[]>

Last updated