---
title: "Node Status"
method: GET
path: "/status"
tags: ["Info"]
---

# Node Status

`GET /status`

Get Ostracon status including node info, pubkey, latest block hash, app hash, block height and time.

## Response `200`

Status of the node

- StatusResponse — Status Response
  - `id` integer
  - `jsonrpc` string
  - `result` Status — Status Response
    - `node_info` NodeInfo
      - `protocol_version` ProtocolVersion
        - `p2p` string
        - `block` string
        - `app` string
      - `id` string
      - `listen_addr` string
      - `network` string
      - `version` string
      - `channels` string
      - `moniker` string
      - `other` object
        - `tx_index` string
        - `rpc_address` string
    - `sync_info` SyncInfo
      - `latest_block_hash` string
      - `latest_app_hash` string
      - `latest_block_height` string
      - `latest_block_time` string
      - `earliest_block_hash` string
      - `earliest_app_hash` string
      - `earliest_block_height` string
      - `earliest_block_time` string
      - `catching_up` boolean
    - `validator_info` ValidatorInfo
      - `address` string
      - `pub_key` PubKey
        - `type` string
        - `value` string
      - `voting_power` string

## Other responses

- `500` — empty error

---

[API](https://skmtc.net/finschia/apis/ostracon-rpc.md) · [All operations](https://skmtc.net/finschia/apis/ostracon-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finschia/ostracon-rpc/revisions/f8b90bf02ef4/schema)
