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

GetErc20Tokens (ByWalletId)

This endpoint fetches all the ERC20 token balance by wallet UUID

void GetErc20TokensByWalletId(FString WalletId, const FVyQuery_GetErc20TokensByWalletId& Query, const FVyOnGetErc20TokensByWalletIdComplete& OnComplete) const;

Parameters

WalletId

FString

`UUID` of the wallet

Query

Optional Query Parameters

OnComplete

FVyOnGetErc20TokensByWalletIdComplete

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

OnComplete Callback (FVyOnGetErc20TokensByWalletIdComplete) Contains a TArray<FVyErc20TokenDto> response type

Last updated