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

# List hyperlane mailboxes info

`GET /hyperlane/mailbox`

Returns a paginated list of all Hyperlane mailboxes indexed on Celestia, each identified by a hexadecimal identity.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesHyperlaneMailbox[]
  - `default_hook` string, binary
  - `default_ism` string, binary
  - `domain` integer
  - `height` integer
  - `hyperlane_id` integer
  - `id` integer
  - `mailbox` string, binary
  - `owner` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `received_messages` integer
  - `required_hook` string, binary
  - `sent_messages` integer
  - `time` string, date-time
  - `tx_hash` string, binary

## Other responses

- `204` — No Content
- `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)
