GetNfts (ByWalletAddress)

Description

This endpoint retrieves NFTs by blockchain and wallet address.

public static VyTask<VyNftDto[]> GetNfts(eVyChain chain, string walletAddress, VyQuery_GetNftsByWalletAddress 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<VyNftDto[]> NFTs of wallet retrieved successfully.

Last updated