GetErc20Token (ByWalletAddress)

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

chain

Parameter to indicate on which chain the token balances should be fetched

walletAddress

string

The address of the wallet to fetch token balances for

token

string

Address of the token (contract) to fetch the balance for

query (optional)

Query to filter the operation results

Returns

VyTask<VyErc20TokenDto> \The Erc20 Token Data

Last updated