Returns the rewards of an Operator with specified granularity (day or week)
date
), and the date when they are claimable (activatedAt
given in milliseconds). The ETH and USD prices of the token are also given based on the day when the rewards are claimable. Pricing data is provided by Coingecko.
Based on the granularity
parameter, the rewards can be aggregated on a weekly (week
) or daily (day
) basis.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
Start date
"2023-01-01"
End date
"2023-12-31"
Granularity of the rewards data (day or week). Defaults to day.
The number of results returned per page
x >= 0
The number of results to skip before starting to return
x >= 0
Successful Response
The response is of type object
.