GetErc20Token (ByWalletId)
This endpoint retrieves ERC20 Token balances by wallet UUID and token contract address.
void GetErc20TokenByWalletId(FString WalletId, FString Token, const FVyQuery_GetErc20TokenByWalletId& Query, const FVyOnGetErc20TokenByWalletIdComplete& OnComplete) const;Parameters
WalletId
FString
`UUID` of the wallet
Token
FString
Smart contract address of the token for which to retrieve balance information
OnComplete
FVyOnGetErc20TokenByWalletIdComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetErc20TokenByWalletIdComplete) Contains a FVyErc20TokenDto response type
Last updated