getErc20TokensByWalletAddress

This endpoint is used to fetch ERC20 Token balance by blockchain and wallet address.

public getErc20TokensByWalletAddress(chain: eVyChain, walletAddress: String, query?: VyQuery_GetErc20TokensByWalletAddress) : VyPromise<VyErc20TokenDto[]>

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

VyPromise<VyErc20TokenDto[]>

Last updated