For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetNftBalances

This endpoint retrieves NFTs by blockchain.

void GetNftBalances(const FVyQuery_GetNftBalances& Query, const FVyOnGetNftBalancesComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnGetNftBalancesComplete

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

OnComplete Callback (FVyOnGetNftBalancesComplete) Contains a TArray<FVyNftBalanceDto> response type

Last updated