GetErc20TokenByWalletId

Description

This endpoint retrieves ERC20 Token balances by wallet UUID and token contract address.

void GetErc20TokenByWalletId(const FString& walletId, const FString& token, const FVyQuery_GetErc20TokenByWalletId& query) const

Parameters

walletId

FString

`UUID` of the wallet

token

FString

Smart contract address of the token for which to retrieve balance information

query (optional)

Query to filter the operation results

Returns

void ERC20 token balance of wallet retrieved successfully.

Last updated