Retrieves the balance of a specified ERC20 token for a given account.
Interface representing the structure of an API response for ERC20 operations.
GET //erc20/{account}/balanceOf HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC20APIResponse containing the balance as a string.
ERC20APIResponse
{ "success": true, "message": "text", "data": "text" }