---
title: "Get ibc client info"
method: GET
path: "/ibc/client/{id}"
tags: ["ibc"]
---

# Get ibc client info

`GET /ibc/client/{id}`

Returns information about an IBC light client identified by its client ID, including the counterparty chain ID, client state type, and trusting period.

## Path parameters

- `id` string, required

## Response `200`

OK

- ResponsesIbcClient
  - `chain_id` string, string
  - `connection_count` integer
  - `created_at` string, date-time
  - `creator` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `frozen_revision_height` integer
  - `frozen_revision_number` integer
  - `height` integer
  - `id` string, string
  - `latest_revision_height` integer
  - `latest_revision_number` integer
  - `max_clock_drift` integer
  - `trust_level_denominator` integer
  - `trust_level_numerator` integer
  - `trusting_period` integer
  - `tx_hash` string, binary
  - `type` string, string
  - `unbonding_period` integer
  - `updated_at` string, date-time

## 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/client/:id/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)
