getErc20TokensByWalletAddress
This endpoint is used to fetch ERC20 Token balance by blockchain and wallet address.
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[]> ERC20 token balance of wallet retrieved successfully.
Last updated