---
title: "Get consensus state"
method: GET
path: "/consensus_state"
tags: ["Info"]
---

# Get consensus state

`GET /consensus_state`

Get consensus state.

Not safe to call from inside the ABCI application during a block execution.

## Response `200`

consensus state results.

- ConsensusStateResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `round_state` object, required
      - `height/round/step` string, required
      - `start_time` string, required
      - `proposal_block_hash` string, required
      - `locked_block_hash` string, required
      - `valid_block_hash` string, required
      - `height_vote_set` object[], required
        - `round` integer
        - `prevotes` string[]
        - `prevotes_bit_array` string
        - `precommits` string[]
        - `precommits_bit_array` string
      - `proposer` object, required
        - `address` string
        - `index` integer

## Other responses

- `500` — 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/versions/f8b90bf02ef4/schema)
