---
title: "Get block results at a specified height"
method: GET
path: "/block_results"
tags: ["Info"]
---

# Get block results at a specified height

`GET /block_results`

Get block_results. When the `discard_abci_responses` storage flag is
enabled, this endpoint will return an error.

If the `height` field is set to a non-default value, upon success, the
`Cache-Control` header will be set with the default maximum age.

## Query parameters

- `height` integer

## Response `200`

Block results.

- BlockSearchResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `blocks` BlockComplete[], required
      - `block_id` BlockID
        - `hash` string, required
        - `parts` object, required
          - `total` integer, required
          - `hash` string, required
      - `block` Block
        - `header` BlockHeader
          - `version` object, required
            - `block` string, required
            - `app` string, required
          - `chain_id` string, required
          - `height` string, required
          - `time` string, required
          - `last_block_id` BlockID, required
            - `hash` string, required
            - `parts` object, required
              - …
          - `last_commit_hash` string, required
          - `data_hash` string, required
          - `validators_hash` string, required
          - `next_validators_hash` string, required
          - `consensus_hash` string, required
          - `app_hash` string, required
          - `last_results_hash` string, required
          - `evidence_hash` string, required
          - `proposer_address` string, required
        - `data` string[]
        - `evidence` Evidence[]
          - `type` string
          - `height` integer
          - `time` integer
          - `total_voting_power` integer
          - `validator` Validator
            - `pub_key` PubKey
              - …
            - `voting_power` integer
            - `address` string
        - `last_commit` object
          - `height` integer
          - `round` integer
          - `block_id` BlockID
            - `hash` string, required
            - `parts` object, required
              - …
          - `signatures` Commit[]
            - `type` integer, required
            - `height` string, required
            - `round` integer, required
            - `block_id` BlockID, required
              - …
            - `timestamp` string, required
            - `validator_address` string, required
            - `validator_index` integer, required
            - `signature` string, required
    - `total_count` integer, required

## 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)
