---
title: "List ibc relayers"
method: GET
path: "/ibc/relayers"
tags: ["ibc"]
---

# List ibc relayers

`GET /ibc/relayers`

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

## Response `200`

OK

- ResponsesRelayer[]
  - `addresses` string[]
  - `contact` ResponsesContact
    - `discord` string
    - `github` string
    - `medium` string
    - `telegram` string
    - `twitter` string
    - `website` string
  - `logo` string, string
  - `name` string, string

## Other responses

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

---

[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)
