v1

latestSwagger 2.02026-07-17127100479.5 KB
hyperlane

List hyperlane domains info

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

get/hyperlane/domains

Response

OK

domaininteger
namestring

Example response

[
  {
    "block_explorers": [
      {
        "api_url": "https://api.scan.url.io",
        "family": "etherscan",
        "name": "Block explorer",
        "url": "https://scan.url.io"
      }
    ],
    "domain": 1488,
    "name": "name",
    "native_token": {
      "decimals": 18,
      "name": "Ether",
      "symbol": "ETH"
    }
  }
]