v1

latestSwagger 2.02026-07-17127100479.5 KB
ibc

Get ibc client info

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

get/ibc/client/{id}

Path parameters

idstring required

IBC client id

Response

OK

chain_idstring string
connection_countinteger
created_atstring date-time
frozen_revision_heightinteger
frozen_revision_numberinteger
heightinteger
idstring string
latest_revision_heightinteger
latest_revision_numberinteger
max_clock_driftinteger
trust_level_denominatorinteger
trust_level_numeratorinteger
trusting_periodinteger
tx_hashstring binary
typestring string
unbonding_periodinteger
updated_atstring date-time

Example response

{
  "chain_id": "osmosis-1",
  "connection_count": 100,
  "created_at": "2023-07-04T03:10:57+00:00",
  "creator": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "frozen_revision_height": 100,
  "frozen_revision_number": 100,
  "height": 100,
  "id": "client-1",
  "latest_revision_height": 100,
  "latest_revision_number": 100,
  "max_clock_drift": 100,
  "trust_level_denominator": 100,
  "trust_level_numerator": 100,
  "trusting_period": 100,
  "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "type": "client",
  "unbonding_period": 100,
  "updated_at": "2023-07-04T03:10:57+00:00"
}