GetNfts (ByWalletAddress)

This endpoint retrieves NFTs by blockchain and wallet address.

void GetNftsByWalletAddress(EVyChain Chain, FString WalletAddress, const FVyQuery_GetNftsByWalletAddress& Query, const FVyOnGetNftsByWalletAddressComplete& OnComplete) const;

Parameters

Chain

Blockchain to filter by

WalletAddress

FString

Wallet address to get NFTs

Query

Optional Query Parameters

OnComplete

FVyOnGetNftsByWalletAddressComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetNftsByWalletAddressComplete) Contains a TArray<FVyNftDto> response type

Last updated