---
title: "Get IGP by id"
method: GET
path: "/hyperlane/igp/{id}"
tags: ["hyperlane"]
---

# Get IGP by id

`GET /hyperlane/igp/{id}`

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

## Path parameters

- `id` integer, required

## Response `200`

OK

- ResponsesHyperlaneIgp
  - `configs` ResponsesHyperlaneIgpConfig[]
    - `counterparty` ResponsesHyperlaneRemoteDomain
      - `chain_metadata` ResponsesChainMetadata
        - `block_explorers` ResponsesBlockExplorer[]
          - `api_url` string, string
          - `family` string, string
          - `name` string, string
          - `url` string, string
        - `name` string
        - `native_token` ResponsesNativeToken
          - `decimals` integer
          - `name` string, string
          - `symbol` string, string
      - `remote_domain` integer
    - `gas_overhead` string, int64
    - `gas_price` string, int64
    - `token_exchange_rate` string, int64
  - `denom` string, string
  - `height` integer
  - `id` integer
  - `igp_id` string, binary
  - `owner` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `time` string, date-time

## 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)
