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

chain

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

walletAddress

string

The address of the wallet to fetch token balance for

query (optional)

Query to filter the operation results

Returns

VyTask<VyErc20TokenDto[]>

Last updated