Retrieve all reward events
Returns a list of all reward events.
The default date range between startAt
and endAt
is 7 days, with startAt
set 7 days before endAt
.
By default, endAt
is set to the current timestamp (now).
The maximum allowed date range is 30 days.
Headers
API Token for authentication
Query Parameters
The transaction hash associated with the event
Start date in ISO string format
"2024-11-15T00:00:00.000Z"
End date in ISO string format
"2024-12-15T00:00:00.000Z"
The reward submission hash associated with the event
The token address used for the rewards submission
Toggle whether the route should return individual share amount for each strategy
true
, false
"false"
Toggle whether the route should return value denominated in ETH
true
, false
"false"
The number of records to skip for pagination
0
The number of records to return for pagination
12
Response
The response is of type object
.