---
title: "Get block stats by height"
method: GET
path: "/block/{height}/stats"
tags: ["block"]
---

# Get block stats by height

`GET /block/{height}/stats`

Returns aggregated statistics for the block at the given height: blob count, total blob size, total fee, gas used/limit, transactions count, and more.

## Path parameters

- `height` integer, required

## Response `200`

OK

- 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

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