v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBEthereum Staking Reporting
Get the Protocol Rewards Processing Health
The status of reward processing, rewards are available upto and including the indicated processedEpoch. The processing status is degraded if the following is true:
(currentChainEpoch - processedEpoch) >= 2
get/v2/ethereum/{network}/health
Path parameters
networkstring required
The network to look up against.
Response
OK
Example response
{
"timestamp": 1704067200,
"metadata": {
"chainEpoch": "2",
"lastProcessedEpoch": "1"
}
}