Node info

The properties of the connected node

get

Information about the connected node

Responses
200
Node status
application/json
get
GET /node_info HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
  "application_version": {
    "build_tags": "text",
    "client_name": "text",
    "commit": "text",
    "go": "text",
    "name": "text",
    "server_name": "text",
    "version": "text"
  },
  "node_info": {
    "id": "text",
    "moniker": "validator-name",
    "protocol_version": {
      "p2p": 7,
      "block": 10,
      "app": 0
    },
    "network": "gaia-2",
    "channels": "text",
    "listen_addr": "192.168.56.1:26656",
    "version": "0.15.0",
    "other": {
      "tx_index": "on",
      "rpc_address": "tcp://0.0.0.0:26657"
    }
  }
}

Last updated