Accounts
Path parameters
addressstringRequired
Account address
Responses
200
Account information on the blockchain
application/json
500
Server internel error
get
GET /auth/accounts/{address} HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
"type": "text",
"value": {
"account_number": "text",
"address": "text",
"coins": [
{
"denom": "stake",
"amount": "50"
}
],
"public_key": {
"type": "text",
"value": "text"
},
"sequence": "text"
}
}
Last updated