Node info

GetNodeInfo queries the current node info.

get
Responses
curl -L \
  --url 'https://coreum.nownodes.io/cosmos/base/tendermint/v1beta1/node_info'
{
  "default_node_info": {
    "protocol_version": {
      "p2p": "text",
      "block": "text",
      "app": "text"
    },
    "default_node_id": "text",
    "listen_addr": "text",
    "network": "text",
    "version": "text",
    "channels": "Ynl0ZXM=",
    "moniker": "text",
    "other": {
      "tx_index": "text",
      "rpc_address": "text"
    }
  },
  "application_version": {
    "name": "text",
    "app_name": "text",
    "version": "text",
    "git_commit": "text",
    "build_tags": "text",
    "go_version": "text",
    "build_deps": [
      {
        "path": "text",
        "version": "text",
        "sum": "text"
      }
    ],
    "cosmos_sdk_version": "text"
  }
}