address is the ethereum hex address to query the account for.
QueryAccountResponse is the response type for the Query/Account RPC method.
GET /ethermint/evm/v1/account/{address} HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "balance": "text", "code_hash": "text", "nonce": "text" }