---
title: "Get stats for ibc channels splitted by chains"
method: GET
path: "/stats/ibc/chains"
tags: ["stats"]
---

# Get stats for ibc channels splitted by chains

`GET /stats/ibc/chains`

Returns a paginated list of IBC transfer statistics grouped by counterparty chain, including total transfer count, volume, and active channels.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesIbcChainStats[]
  - `chain` string, string
  - `flow` string, string
  - `received` string, string
  - `sent` 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)
