Get a Stream of Yield Summaries

Data Availability

Yield data becomes available only after inflation rewards are fully paid out, which can take several hundred blocks after an epoch ends. Once available, the data includes Inflation Rewards, Block Fees, and MEV Rewards.

The mev field in the response represents rewards earned in the previous epoch but paid out in the current one (i.e., MEV earned in epoch X-1 is paid in epoch X).

Parameters

Call both endpoints and aggregate the results to get a complete network-wide view.

Allowed: true, false

Example Request

curl --request GET \
     --url 'https://svc.blockdaemon.com/reporting/staking/v2/solana/mainnet/validator/yield?denomination=lamports&raw=false' \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json'