Rewards est

RewardsEst returns an estimate of the rewards from now until a specified time in the future The querier either provides an address or a set of locks for which they want to find the associated rewards

get
Path parameters
ownerstringRequired

Address that is being queried for future estimated rewards

Query parameters
lock_idsstring · uint64[]Optional

Lock IDs included in future reward estimation.

end_epochstring · int64Optional

Upper time limit of reward estimation Lower limit is current epoch.

Responses
200
A successful response.
application/json
get
GET /osmosis/incentives/v1beta1/rewards_est/{owner} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "coins": [
    {
      "denom": "text",
      "amount": "text"
    }
  ]
}