node_info

The properties of the connected node

Parameters

None

Result

Information about the connected node.

Example

Request

curl <your-rest-endpoint>/node_info

Return

{
  "node_info": {
    "protocol_version": {
      "p2p": "8",
      "block": "11",
      "app": "0"
    },
    "id": "d8a79ceb43ac6215452f00ffabfa7d2a9f533d56",
    "listen_addr": "tcp://0.0.0.0:26020",
    "network": "cosmoshub-4",
    "version": "v0.34.14",
    "channels": "40202122233038606100",
    "moniker": "nodeasy",
    "other": {
      "tx_index": "on",
      "rpc_address": "tcp://0.0.0.0:26021"
    }
  },
  "application_version": {
    "name": "gaia",
    "server_name": "gaiad",
    "version": "v6.0.0",
    "commit": "6ed5b7397a57c42112cf1b16f550bd0a6e263953",
    "build_tags": "netgo,ledger",
    "go": "go version go1.17.2 linux/amd64",
    "build_deps": [
      "filippo.io/[email protected]",
      "github.com/99designs/[email protected]",
      "github.com/ChainSafe/[email protected]",
      "github.com/Workiva/[email protected]",
      "github.com/armon/[email protected]",
      "github.com/beorn7/[email protected]",
      "github.com/bgentry/[email protected]",
      "github.com/btcsuite/[email protected]",
      "github.com/cespare/xxhash/[email protected]",
      "github.com/coinbase/[email protected]",
      "github.com/confio/ics23/[email protected]",
      "github.com/cosmos/[email protected] => github.com/cosmos/[email protected]",
      "github.com/cosmos/[email protected]",
      "github.com/cosmos/[email protected]",
      "github.com/cosmos/ibc-go/[email protected]",
      "github.com/cosmos/[email protected]",
      "github.com/cosmos/[email protected]",
      "github.com/davecgh/[email protected]",
      "github.com/desertbit/[email protected]",
      "github.com/dvsekhvalnov/[email protected]",
      "github.com/enigmampc/[email protected]",
      "github.com/felixge/[email protected]",
      "github.com/fsnotify/[email protected]",
      "github.com/go-kit/[email protected]",
      "github.com/go-logfmt/[email protected]",
      "github.com/godbus/[email protected]",
      "github.com/gogo/[email protected]",
      "github.com/gogo/[email protected] => github.com/regen-network/[email protected]",
      "github.com/golang/[email protected]",
      "github.com/golang/[email protected]",
      "github.com/google/[email protected]",
      "github.com/google/[email protected]",
      "github.com/gorilla/[email protected]",
      "github.com/gorilla/[email protected]",
      "github.com/gorilla/[email protected]",
      "github.com/gravity-devs/[email protected]",
      "github.com/grpc-ecosystem/go-g[email protected]",
      "github.com/grpc-ecosystem/[email protected]",
      "github.com/grpc-ecosystem/grpc-gateway/[email protected]",
      "github.com/gsterjov/[email protected]",
      "github.com/gtank/[email protected]",
      "github.com/gtank/[email protected]",
      "github.com/hashicorp/[email protected]",
      "github.com/hashicorp/[email protected]",
      "github.com/hashicorp/[email protected]",
      "github.com/hdevalence/[email protected]",
      "github.com/improbable-eng/[email protected]",
      "github.com/klauspost/[email protected]",
      "github.com/lib/[email protected]",
      "github.com/libp2p/[email protected]",
      "github.com/magiconair/[email protected]",
      "github.com/mattn/[email protected]",
      "github.com/matttproud/[email protected]",
      "github.com/mimoo/[email protected]",
      "github.com/minio/[email protected]",
      "github.com/mitchellh/[email protected]",
      "github.com/mitchellh/[email protected]",
      "github.com/mtibben/[email protected]",
      "github.com/pelletier/[email protected]",
      "github.com/pkg/[email protected]",
      "github.com/pmezard/[email protected]",
      "github.com/prometheus/[email protected]",
      "github.com/prometheus/[email protected]",
      "github.com/prometheus/[email protected]",
      "github.com/prometheus/[email protected]",
      "github.com/rakyll/[email protected]",
      "github.com/rcrowley/[email protected]",
      "github.com/regen-network/[email protected]",
      "github.com/rs/[email protected]",
      "github.com/rs/[email protected]",
      "github.com/spf13/[email protected]",
      "github.com/spf13/[email protected]",
      "github.com/spf13/[email protected]",
      "github.com/spf13/[email protected]",
      "github.com/spf13/[email protected]",
      "github.com/spf13/[email protected]",
      "github.com/strangelove-ventures/[email protected]",
      "github.com/stretchr/[email protected]",
      "github.com/subosito/[email protected]",
      "github.com/syndtr/[email protected]",
      "github.com/tendermint/[email protected]",
      "github.com/tendermint/[email protected]",
      "github.com/tendermint/[email protected]",
      "github.com/tendermint/[email protected]",
      "github.com/tendermint/[email protected]",
      "github.com/zondax/[email protected]",
      "golang.org/x/[email protected]",
      "golang.org/x/[email protected]",
      "golang.org/x/[email protected]",
      "golang.org/x/[email protected]",
      "golang.org/x/[email protected]",
      "google.golang.org/[email protected]",
      "google.golang.org/[email protected] => google.golang.org/[email protected]",
      "google.golang.org/[email protected]",
      "gopkg.in/[email protected]",
      "gopkg.in/[email protected]",
      "gopkg.in/[email protected]",
      "nhooyr.io/[email protected]"
    ],
    "cosmos_sdk_version": "v0.44.3"
  }
}