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

chain

Blockchain network on which the token contract is deployed

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

query (optional)

Query to filter the operation results

Returns

void ERC20 token balance of wallet retrieved successfully.

Last updated