---
title: "GetNodeInfo queries the current node info."
method: GET
path: "/cosmos/base/tendermint/v1beta1/node_info"
tags: ["Service"]
---

# GetNodeInfo queries the current node info.

`GET /cosmos/base/tendermint/v1beta1/node_info`

## Response `200`

A successful response.

- CosmosBaseTendermintV1beta1GetNodeInfoResponse — GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC method.
  - `default_node_info` TendermintP2pDefaultNodeInfo
    - `protocol_version` TendermintP2pProtocolVersion
      - `p2p` string, uint64
      - `block` string, uint64
      - `app` string, uint64
    - `default_node_id` string
    - `listen_addr` string
    - `network` string
    - `version` string
    - `channels` string, byte
    - `moniker` string
    - `other` TendermintP2pDefaultNodeInfoOther
      - `tx_index` string
      - `rpc_address` string
  - `application_version` CosmosBaseTendermintV1beta1VersionInfo — VersionInfo is the type for the GetNodeInfoResponse message.
    - `name` string
    - `app_name` string
    - `version` string
    - `git_commit` string
    - `build_tags` string
    - `go_version` string
    - `build_deps` CosmosBaseTendermintV1beta1Module[]
      - `path` string
      - `version` string
      - `sum` string
    - `cosmos_sdk_version` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.net/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/versions/2a2e5bc4593a/schema)
