---
title: "Get ibc channels info"
method: GET
path: "/ibc/channel"
tags: ["ibc"]
---

# Get ibc channels info

`GET /ibc/channel`

Returns a paginated list of IBC channels. Supports filtering by client ID, connection ID, and channel status (initialization, opened, closed).

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `client_id` string
- `connection_id` string
- `status` 'initialization' | 'opened' | 'closed'

## Response `200`

OK

- ResponsesIbcChannel[]
  - `client` ResponsesShortIbcClient
    - `chain_id` string, binary
    - `id` string, string
    - `type` string, string
  - `confirmation_height` integer
  - `confirmation_tx_hash` string, binary
  - `confirmed_at` string, date-time
  - `connection_id` string, string
  - `counterparty_channel_id` string, string
  - `counterparty_port_id` string, string
  - `created_at` string, date-time
  - `created_tx_hash` string, binary
  - `creator` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `height` integer
  - `id` string, string
  - `ordering` boolean
  - `port_id` string, string
  - `status` string, string
  - `version` string, string

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2025-05-26** `37ca1fb5d894` — 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/ibc/channel/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)
