Skip to main content
GET
/
igp_rules
curl "http://localhost:9090/igp_rules"
{
  "policies": {
    "subtensor": [
      {
        "policy": "None",
        "matching_list": []
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.hyperlane.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Get current Interchain Gas Payment (IGP) rules.
This endpoint is only available when gas enforcers are configured.
{
  "policies": {
    "subtensor": [
      {
        "policy": "None",
        "matching_list": []
      }
    ]
  }
}
curl "http://localhost:9090/igp_rules"