External incentive gauges

ExternalIncentiveGauges returns external incentive gauges.

get
Responses
application/json
objectOptional
get
GET /osmosis/pool-incentives/v1beta1/external_incentive_gauges HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "data": [
    {
      "id": "text",
      "is_perpetual": true,
      "distribute_to": {
        "lock_query_type": "ByDuration",
        "denom": "text",
        "duration": "text",
        "timestamp": "2025-04-23T18:59:44.681Z"
      },
      "coins": [
        {
          "denom": "text",
          "amount": "text"
        }
      ],
      "start_time": "2025-04-23T18:59:44.681Z",
      "num_epochs_paid_over": "text",
      "filled_epochs": "text",
      "distributed_coins": [
        {
          "denom": "text",
          "amount": "text"
        }
      ]
    }
  ]
}