GetErc20Tokens (ByWalletAddress)
This endpoint is used to fetch ERC20 Token balance by blockchain and wallet address.
public static VyTask<VyErc20TokenDto[]> GetErc20Tokens(eVyChain chain, string walletAddress, VyQuery_GetErc20TokensByWalletAddress query = null)
Parameters
walletAddress
string
The address of the wallet to fetch token balance for
Returns
VyTask<VyErc20TokenDto[]> ERC20 token balance of wallet retrieved successfully.
Last updated