Account info

AccountInfo queries account info which is common to all account types.

get

Since: cosmos-sdk 0.47

Path parameters
addressanyrequired

address is the account address string.

Responses
curl -L \
  --url 'https://coreum.nownodes.io/cosmos/auth/v1beta1/account_info/{address}'
{
  "info": {
    "address": "text",
    "pub_key": {
      "@type": "text",
      "ANY_ADDITIONAL_PROPERTY": "anything"
    },
    "account_number": "text",
    "sequence": "text"
  }
}