---
title: "Get cumulative histogram with precomputed stats"
method: GET
path: "/stats/series/{name}/{timeframe}/cumulative"
tags: ["stats"]
---

# Get cumulative histogram with precomputed stats

`GET /stats/series/{name}/{timeframe}/cumulative`

Returns a running total (cumulative sum) time-series of the selected network metric for the given timeframe. Useful for tracking all-time growth trends.

## Path parameters

- `timeframe` 'hour' | 'day' | 'week' | 'month' | 'year', required
- `name` 'blobs_size' | 'blobs_count' | 'fee' | 'tx_count' | 'gas_used' | 'gas_limit' | 'bytes_in_block' | 'supply_change', required

## Query parameters

- `from` integer
- `to` integer

## Response `200`

OK

- ResponsesSeriesItem[]
  - `max` string, string
  - `min` string, string
  - `time` string, date-time
  - `value` string, 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)
