---
title: "Get histogram for aggregated hyperlane domains with precomputed stats"
method: GET
path: "/stats/hyperlane/chains/{name}/{timeframe}"
tags: ["stats"]
---

# Get histogram for aggregated hyperlane domains with precomputed stats

`GET /stats/hyperlane/chains/{name}/{timeframe}`

Returns a time-series histogram of aggregated Hyperlane transfer statistics (count or amount) across all domains, filtered by timeframe and optional time range.

## Path parameters

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

## Changes

- **2025-09-06** `33af22c09c19` — 1 info
  - endpoint added
- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/stats/hyperlane/chains/:name/:timeframe/get.md)

---

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