getErc20TokenByWalletId
This endpoint retrieves ERC 20 Token balances by wallet `ID` and token contract address.
Last updated
This endpoint retrieves ERC 20 Token balances by wallet `ID` and token contract address.
Last updated
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<> ERC20 token balance of wallet retrieved successfully.