address is the ethereum hex address to query the account for.
QueryCosmosAccountResponse is the response type for the Query/CosmosAccount RPC method.
GET /ethermint/evm/v1/cosmos_account/{address} HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "cosmos_address": "text", "sequence": "text", "account_number": "text" }