---
title: "The properties of the connected node"
method: GET
path: "/node_info"
tags: ["IRITA REST"]
---

# The properties of the connected node

`GET /node_info`

Information about the connected node

## Response `200`

Node status

- object
  - `application_version` object
    - `build_tags` string
    - `client_name` string
    - `commit` string
    - `go` string
    - `name` string
    - `server_name` string
    - `version` string
  - `node_info` object
    - `id` string
    - `moniker` string
    - `protocol_version` object
      - `p2p` string
      - `block` string
      - `app` string
    - `network` string
    - `channels` string
    - `listen_addr` string
    - `version` string — Tendermint version
    - `other` object — more information on versions
      - `tx_index` string
      - `rpc_address` string

## Other responses

- `500` — Failed to query node status

---

[API](https://skmtc.net/bianjieai/apis/irita-legacy-rest-and-grpc-gateway-docs.md) · [All operations](https://skmtc.net/bianjieai/apis/irita-legacy-rest-and-grpc-gateway-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bianjieai/irita-legacy-rest-and-grpc-gateway-docs/revisions/dcc6f688c291/schema)
