Account info
Since: cosmos-sdk 0.47
Path parameters
addressstringRequired
address is the account address string.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/auth/v1beta1/account_info/{address} HTTP/1.1
Host: atom.nownodes.io
Accept: */*
{
"info": {
"address": "text",
"pub_key": {
"type_url": "text",
"value": "text"
},
"account_number": "text",
"sequence": "text"
}
}
Last updated