Gauge by id
Path parameters
idstring · uint64Required
Gague ID being queried
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /osmosis/incentives/v1beta1/gauge_by_id/{id} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
"gauge": {
"id": "text",
"is_perpetual": true,
"distribute_to": {
"lock_query_type": "ByDuration",
"denom": "text",
"duration": "text",
"timestamp": "2025-06-27T07:24:02.174Z"
},
"coins": [
{
"denom": "text",
"amount": "text"
}
],
"start_time": "2025-06-27T07:24:02.174Z",
"num_epochs_paid_over": "text",
"filled_epochs": "text",
"distributed_coins": [
{
"denom": "text",
"amount": "text"
}
]
}
}