Group by group gauge id
Path parameters
idstring · uint64Required
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /osmosis/incentives/v1beta1/group_by_group_gauge_id/{id} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
"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"
}
}