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
walletAddress
string
Wallet address to get NFTs
Returns
VyTask<VyNftDto[]> NFTs of wallet retrieved successfully.
Last updated