All groups with gauge

AllGroupsWithGauge returns all groups with their group gauge

get
Responses
200
A successful response.
application/json
get
GET /osmosis/incentives/v1beta1/all_groups_with_gauge HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "groups_with_gauge": [
    {
      "group": {
        "group_gauge_id": "text",
        "internal_gauge_info": {
          "total_weight": "text",
          "gauge_records": [
            {
              "gauge_id": "text",
              "current_weight": "text",
              "cumulative_weight": "text"
            }
          ]
        },
        "splitting_policy": "ByVolume"
      },
      "gauge": {
        "id": "text",
        "is_perpetual": true,
        "distribute_to": {
          "lock_query_type": "ByDuration",
          "denom": "text",
          "duration": "text",
          "timestamp": "2025-07-13T22:17:14.093Z"
        },
        "coins": [
          {
            "denom": "text",
            "amount": "text"
          }
        ],
        "start_time": "2025-07-13T22:17:14.093Z",
        "num_epochs_paid_over": "text",
        "filled_epochs": "text",
        "distributed_coins": [
          {
            "denom": "text",
            "amount": "text"
          }
        ]
      }
    }
  ]
}