v1

latestSwagger 2.02026-07-17127100479.5 KB
hyperlane

Get IGP by id

Returns a single Hyperlane Interchain Gas Paymaster (IGP) by its hexadecimal identity, including its owner and destination gas configs.

get/hyperlane/igp/{id}

Path parameters

idinteger required

Internal identity

Response

OK

denomstring string
heightinteger
idinteger
igp_idstring binary
timestring date-time

Example response

{
  "configs": [
    {
      "counterparty": {
        "chain_metadata": {
          "block_explorers": [
            {
              "api_url": "https://api.scan.url.io",
              "family": "etherscan",
              "name": "Block explorer",
              "url": "https://scan.url.io"
            }
          ],
          "name": "name",
          "native_token": {
            "decimals": 18,
            "name": "Ether",
            "symbol": "ETH"
          }
        },
        "remote_domain": 100
      },
      "gas_overhead": "100000",
      "gas_price": "1",
      "token_exchange_rate": "12345678"
    }
  ],
  "denom": "utia",
  "height": 1488,
  "id": 321,
  "igp_id": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "owner": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "time": "2023-07-04T03:10:57+00:00"
}