Since: cosmos-sdk 0.47
/cosmos/auth/v1beta1/account_info/{address}
address is the account address string.
A successful response.
An unexpected error response.
curl -L \ --url 'https://zetachain.nownodes.io/cosmos/auth/v1beta1/account_info/{address}'
{ "info": { "address": "text", "pub_key": { "type_url": "text", "value": "text" }, "account_number": "text", "sequence": "text" } }