GetNftsByWalletAddress

Description

This endpoint retrieves NFTs by blockchain and wallet address.

void GetNftsByWalletAddress(const EVyChain& chain, const FString& walletAddress, const FVyQuery_GetNftsByWalletAddress& query) const

Parameters

chain

Blockchain to filter by

walletAddress

FString

Wallet address to get NFTs

query (optional)

Query to filter the operation results

Returns

void NFTs of wallet retrieved successfully.

Last updated