Get a Stream of Yield Summaries
Data available from Epoch 339898 onwards (ended on January 20th).
- The enhanced MEV payments functionality supports yield calculations for any timezone, either daily or hourly, using the average stake over the specified period (
startTime-endTime). - For daily yields, set
raw=false(default) and specify the start and end timestamps. - Payouts are available for each epoch (approximately 225 per day) on Ethereum, though processing large datasets may require additional computation.
Parameters
network
Type: string
Required: true
Defaults to mainnet
The blockchain network to query (e.g., mainnet).startTime
Type: number
Required: true
Epoch-based start time for reward queries.endTime
Type: number
Required: true
Epoch-based end time for reward queries.denomination
Type: string
Enum:
Defaults to wei
The unit to return the yield in.Weikweimweigweiszabfinnethetherketherkethmethermethgethergethtetherteth
raw
Type: boolean
Defaults to false
Gives the yield values raw per-epoch. Set totrueto get per-epoch raw values.accept
Type: string
Enum:
Defaults to application/json
Generated from available response content types
Allowed:application/jsonapplication/x-ndjson
Response Codes
- 200
OK - 400
Bad Request - 422
Validation Error
Example Command
curl --request GET \
--url 'https://svc.blockdaemon.com/reporting/staking/v2/ethereum/mainnet/validator/yield?denomination=wei&raw=false' \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'