---
title: "Get stats for hyperlane transfers splitted by domain"
method: GET
path: "/stats/hyperlane/chains"
tags: ["stats"]
---

# Get stats for hyperlane transfers splitted by domain

`GET /stats/hyperlane/chains`

Returns a paginated list of Hyperlane transfer statistics grouped by counterparty domain (chain), including transfer count and total volume.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesHlDomainStats[]
  - `amount` string, string
  - `chain_metadata` ResponsesChainMetadata
    - `block_explorers` ResponsesBlockExplorer[]
      - `api_url` string, string
      - `family` string, string
      - `name` string, string
      - `url` string, string
    - `name` string
    - `native_token` ResponsesNativeToken
      - `decimals` integer
      - `name` string, string
      - `symbol` string, string
  - `domain_id` integer
  - `transfers_count` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

> 52 revisions in range; 29 could not be searched.

- **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/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)
