/node_info

The properties of the connected node

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos.blockpi.network/lcd/v1/<your-api-key>/node_info

// Result
{
    "node_info": {
        "protocol_version": {
            "p2p": "8",
            "block": "11",
            "app": "0"
        },
        "id": "effc008dee70b05eb33e27b3ec7d78a3032ef001",
        "listen_addr": "tcp://0.0.0.0:31440",
        "network": "cosmoshub-4",
        "version": "v0.34.25",
        "channels": "40202122233038606100",
        "moniker": "nodeasy",
        "other": {
            "tx_index": "on",
            "rpc_address": "tcp://0.0.0.0:31441"
        }
    },
    "application_version": {
        "name": "gaia",
        "server_name": "gaiad",
        "version": "v7.1.1",
        "commit": "b2504c1e28eae936477c7b06ae4c0f058613a4e8",
        "build_tags": "netgo ledger,",
        "go": "go version go1.18.5 linux/amd64",
        "build_deps": [
            "filippo.io/[email protected]",
            "github.com/99designs/[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.45.9"
    }
}

Last updated

Was this helpful?