Gauge ids

GaugeIds takes the pool id and returns the matching gauge ids and durations

get
Path parameters
pool_idanyRequired
Responses
application/json
objectOptional
get
GET /osmosis/pool-incentives/v1beta1/gauge-ids/{pool_id} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "gauge_ids_with_duration": [
    {
      "gauge_id": "text",
      "duration": "text",
      "gauge_incentive_percentage": "text"
    }
  ]
}