Account info

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

get

Since: cosmos-sdk 0.47

Path parameters
addressstringRequired

address is the account address string.

Responses
200
A successful response.
application/json
get
GET /cosmos/auth/v1beta1/account_info/{address} HTTP/1.1
Host: luna.nownodes.io
Accept: */*
{
  "info": {
    "address": "text",
    "pub_key": {
      "type_url": "text",
      "value": "text"
    },
    "account_number": "text",
    "sequence": "text"
  }
}