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

# Get histogram for ibc channels with precomputed stats

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

Returns a time-series histogram of IBC transfer statistics (count or amount) for the specified channel, filtered by timeframe and optional time range.

## Path parameters

- `id` string, required
- `timeframe` 'hour' | 'day' | 'month', required
- `name` 'count' | 'amount', required

## Query parameters

- `from` integer
- `to` integer

## Response `200`

OK

- ResponsesHistogramItem[]
  - `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)
