Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Query Parameters
A limit on the number of objects to be returned. Limit can range from 1 to 100, and the default is 50.
A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
5000
Body
The ID of the blockchain network.
"ethereum-mainnet"
The symbol of the asset for which the staking rewards are being fetched.
"ETH"
The onchain addresses for which the staking rewards are being fetched
"[0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a]"
The start time of this reward period
"2024-07-21T00:00:00Z"
The end time of this reward period
"2024-07-21T00:00:00Z"
The format in which the rewards are to be fetched i.e native or in equivalent USD
usd
, native
"usd"