Accounts

Deprecated

Get the account information on blockchain

get
Path parameters
addressstringRequired

Account address

Responses
200
Account information on the blockchain
application/json
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