---
title: "List hyperlane domains info"
method: GET
path: "/hyperlane/domains"
tags: ["hyperlane"]
---

# List hyperlane domains info

`GET /hyperlane/domains`

Returns metadata for all known Hyperlane domains (counterparty chains), keyed by domain ID. Each entry contains the chain name, logo, and domain identifier.

## Response `200`

OK

- ResponsesDomainMetadata[]
  - `block_explorers` ResponsesBlockExplorer[]
    - `api_url` string, string
    - `family` string, string
    - `name` string, string
    - `url` string, string
  - `domain` integer
  - `name` string
  - `native_token` ResponsesNativeToken
    - `decimals` integer
    - `name` string, string
    - `symbol` string, string

## Other responses

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

## Changes

- **2025-09-06** `33af22c09c19` — 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/hyperlane/domains/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)
