GET
/
igp_rules
curl "http://localhost:9090/igp_rules"
{
  "policies": {
    "subtensor": [
      {
        "policy": "None",
        "matching_list": []
      }
    ]
  }
}
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"