---
title: "List blocks info"
method: GET
path: "/block"
tags: ["block"]
---

# List blocks info

`GET /block`

Returns a paginated list of blocks. Supports ascending or descending sort by height. Pass stats=true to include aggregated statistics for each block.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `stats` boolean

## Response `200`

OK

- ResponsesBlock[]
  - `app_hash` string
  - `consensus_hash` string
  - `data_hash` string
  - `evidence_hash` string
  - `hash` string
  - `height` integer
  - `id` integer
  - `last_commit_hash` string
  - `last_results_hash` string
  - `message_types` string[]
  - `next_validators_hash` string
  - `parent_hash` string
  - `proposer` ResponsesShortValidator
    - `cons_address` string
    - `id` integer
    - `moniker` string
  - `stats` ResponsesBlockStats
    - `blobs_count` integer
    - `blobs_size` integer
    - `block_time` integer
    - `bytes_in_block` integer
    - `commissions` string
    - `events_count` integer
    - `fee` string
    - `fill_rate` string
    - `gas_limit` integer
    - `gas_used` integer
    - `inflation_rate` string
    - `rewards` string
    - `square_size` integer
    - `supply_change` string
    - `tx_count` integer
  - `time` string
  - `validators_hash` string
  - `version_app` string
  - `version_block` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
