Gauge ids
Path parameters
pool_idstring · uint64Required
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
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"
}
]
}