address is the ethereum hex address to query the balance for.
A successful response.
balance is the balance of the EVM denomination.
const response = await fetch('https://zetachain.nownodes.io/ethermint/evm/v1/balances/{address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": "text" }