v1
latestSwagger 2.02026-07-17127100479.5 KBhyperlane
List hyperlane Interchain Gas Paymaster (IGP)
Returns a paginated list of Hyperlane Interchain Gas Paymasters (IGPs) indexed on Celestia. IGPs allow message senders to pay for destination chain gas fees from the origin chain.
get/hyperlane/igp
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
sort'asc' | 'desc'
Sort order. Default: desc
Response
OK
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"
}
]