GetNfts (ByWalletId)

This endpoint retrieves NFTs by wallet ID

void GetNftsByWalletId(FString WalletId, const FVyQuery_GetNftsByWalletId& Query, const FVyOnGetNftsByWalletIdComplete& OnComplete) const;

Parameters

WalletId

FString

`ID` of the wallet

Query

Optional Query Parameters

OnComplete

FVyOnGetNftsByWalletIdComplete

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

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

Last updated