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
default
An unexpected error response.
application/json
get
GET /osmosis/incentives/v1beta1/rewards_est/{owner} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*