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

# Get histogram with precomputed stats

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

Returns a time-series histogram of precomputed network statistics for the selected metric and timeframe. Supports filtering by time range.

## Path parameters

- `timeframe` 'hour' | 'day' | 'week' | 'month' | 'year', required
- `name` 'blobs_size' | 'blobs_count' | 'tps' | 'bps' | 'fee' | 'supply_change' | 'block_time' | 'tx_count' | 'events_count' | 'gas_price' | 'gas_efficiency' | 'gas_used' | 'gas_limit' | 'bytes_in_block' | 'rewards' | 'commissions', 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)
