GetErc20TokenByWalletAddress
Description
This endpoint gets the ERC20 token balance by Wallet ID
, wallet address, and token address.
void GetErc20TokenByWalletAddress(const EVyChain& chain, const FString& walletAddress, const FString& token, const FVyQuery_GetErc20TokenByWalletAddress& query) const
Parameters
walletAddress
FString
The address of the wallet to fetch token balances for
token
FString
Contract address of the token (contract) to fetch the balance for
Returns
void ERC20 token balance of wallet retrieved successfully.
Last updated