---
title: "Get changes for 24 hours"
method: GET
path: "/stats/changes_24h"
tags: ["stats"]
---

# Get changes for 24 hours

`GET /stats/changes_24h`

Returns comparative statistics showing how key block metrics (blob size, tx count, fee, block time) changed over the last 24 hours versus the prior 24 hours.

## Response `200`

OK

- ResponsesChange24hBlockStats[]
  - `blobs_size_24h` number, float
  - `bytes_in_block_24h` number, float
  - `fee_24h` number, float
  - `tx_count_24h` number, float

## Other responses

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