GET
/
events
/
rewards

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

X-API-Token
string
required

API Token for authentication

Query Parameters

txHash
string

The transaction hash associated with the event

startAt
string

Start date in ISO string format

endAt
string

End date in ISO string format

rewardsSubmissionHash
string

The reward submission hash associated with the event

rewardsSubmissionToken
string

The token address used for the rewards submission

withIndividualAmount
enum<string>
default:
false

Toggle whether the route should return individual share amount for each strategy

Available options:
true,
false
withEthValue
enum<string>
default:
false

Toggle whether the route should return value denominated in ETH

Available options:
true,
false
skip
string
default:
0

The number of records to skip for pagination

take
string
default:
12

The number of records to return for pagination

Response

200 - application/json
args
object
required
blockNumber
number
required

The block number of the transaction

blockTime
string
required

The block time of the transaction as an ISO 8601 string

tx
string
required

The transaction hash

type
enum<string>
required

The type of the event

Available options:
REWARDS
ethValue
number

The value of the shares in ETH