v1

latestSwagger 2.02026-07-17127100479.5 KB
ibc

List ibc relayers

Returns the list of known IBC relayers with their Celestia address and associated chain metadata, sourced from the static relayer registry.

get/ibc/relayers

Response

OK

addressesstring[]
logostring string
namestring string

Example response

[
  {
    "addresses": [
      "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
    ],
    "contact": {
      "discord": "https://discord.cosmosrescue.com",
      "github": "https://github.com/cosmosrescue",
      "medium": "https://medium.com/cosmosrescue",
      "telegram": "https://t.me/cosmosrescue",
      "twitter": "https://x.com/cosmosrescue",
      "website": "https://cosmosrescue.com"
    },
    "logo": "https://raw.githubusercontent.com/irisnet/iob-registry/main/relayers/cosmosrescue/logo.png",
    "name": "cosmosrescue"
  }
]