---
title: "Get stats for ibc the largest transfer and busiest channel per day"
method: GET
path: "/stats/ibc/summary"
tags: ["stats"]
---

# Get stats for ibc the largest transfer and busiest channel per day

`GET /stats/ibc/summary`

Returns a summary of IBC activity over the last 24 hours: the single largest token transfer and the most active (busiest) IBC channel by transfer count.

## Response `200`

OK

- ResponsesIbcSummaryStats[]
  - `busiest_channel` ResponsesBusiestChannel
    - `chain_id` string, string
    - `channel_id` string, string
    - `transfers_count` integer
  - `largest_transfer` ResponsesIbcTransfer
    - `amount` string, string
    - `chain_id` string, binary
    - `channel_id` string, string
    - `connection_id` string, string
    - `denom` string, string
    - `height` integer
    - `id` integer
    - `memo` string, string
    - `port` string, string
    - `receiver` ResponsesShortAddress
      - `celestials` ResponsesCelestial — Linked celestial id
        - `image_url` string
        - `name` string
        - `primary` boolean
        - `status` string
      - `hash` string
    - `relayer` ResponsesRelayer
      - `addresses` string[]
      - `contact` ResponsesContact
        - `discord` string
        - `github` string
        - `medium` string
        - `telegram` string
        - `twitter` string
        - `website` string
      - `logo` string, string
      - `name` string, string
    - `sender` ResponsesShortAddress
      - `celestials` ResponsesCelestial — Linked celestial id
        - `image_url` string
        - `name` string
        - `primary` boolean
        - `status` string
      - `hash` string
    - `sequence` integer
    - `time` string, date-time
    - `timeout` string, date-time
    - `timeout_height` integer
    - `tx_hash` string, binary

## Other responses

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

## Changes

- **2025-07-29** `8cc4b6cfb0f6` — 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/ibc/summary/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)
