v1

latestSwagger 2.02026-07-17127100479.5 KB
hyperlane

List hyperlane mailboxes info

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

get/hyperlane/mailbox

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

Response

OK

default_hookstring binary
default_ismstring binary
domaininteger
heightinteger
hyperlane_idinteger
idinteger
mailboxstring binary
received_messagesinteger
required_hookstring binary
sent_messagesinteger
timestring date-time
tx_hashstring binary

Example response

[
  {
    "default_hook": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
    "default_ism": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
    "domain": 100,
    "height": 100,
    "hyperlane_id": 321,
    "id": 321,
    "mailbox": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
    "owner": {
      "celestials": {
        "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
        "name": "name",
        "primary": true,
        "status": "VERIFIED"
      },
      "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
    },
    "received_messages": 100,
    "required_hook": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
    "sent_messages": 100,
    "time": "2023-07-04T03:10:57+00:00",
    "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF"
  }
]