This endpoint retrieves NFTs by blockchain and wallet address.
public static VyTask<VyNftDto[]> GetNfts(eVyChain chain, string walletAddress, VyQuery_GetNftsByWalletAddress query = null)
Parameters
chain
eVyChain
Blockchain to filter by
walletAddress
string
Wallet address to get NFTs
query (optional)
VyQuery_GetNftsByWalletAddress
Query to filter the operation results
Returns
VyTask<VyNftDto[]> NFTs of wallet retrieved successfully.
Last updated 3 months ago