GetErc20Token (ByWalletAddress)
Description
This endpoint gets the ERC20 token balance by Wallet ID
, wallet address, and token address.
public static VyTask<VyErc20TokenDto> GetErc20Token(eVyChain chain, string walletAddress, string token, VyQuery_GetErc20TokenByWalletAddress query = null)
Parameters
walletAddress
string
The address of the wallet to fetch token balances for
token
string
Contract address of the token (contract) to fetch the balance for
Returns
VyTask<VyErc20TokenDto> ERC20 token balance of wallet retrieved successfully.
Last updated