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