getErc20TokenByWalletId

This endpoint retrieves ERC 20 Token balances by wallet `ID` and token contract address.

public getErc20TokenByWalletId(walletId: String, token: String, query?: VyQuery_GetErc20TokenByWalletId) : VyPromise<VyErc20TokenDto>

Parameters

walletId

String

`ID` of the wallet

token

String

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

query (optional)

Query to filter the operation results

Returns

VyPromise<VyErc20TokenDto>

Last updated