Distr info

DistrInfo returns the pool's matching gauge ids and weights.

get
Responses
application/json
objectOptional
get
GET /osmosis/pool-incentives/v1beta1/distr_info HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "distr_info": {
    "total_weight": "text",
    "records": [
      {
        "gauge_id": "text",
        "weight": "text"
      }
    ]
  }
}