v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Ethereum Staking Reporting

Get a Stream of Yield Summaries

Returns a network-wide stream of yield summaries for the specified time range. Results are streamed in NDJSON format.

For more details on yield metrics and how they are calculated, see the Yield Metrics overview.

get/v2/ethereum/{network}/validator/yield

Path parameters

networkstring required

The blockchain network to query (e.g., mainnet).

Query parameters

startTimenumber required

Epoch-based start time for reward queries.

endTimenumber required

Epoch-based end time for reward queries.

denomination'wei' | 'kwei' | 'mwei' | 'gwei' | 'szab' | 'finn' | 'eth' | 'ether' | 'kether' | 'keth' | 'mether' | 'meth' | 'gether' | 'geth' | 'tether' | 'teth'

Denomination

The unit to return the yield in.

rawboolean

Gives the yield values raw per-epoch. Set to true to get per-epoch raw values.

Response

OK