v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Ethereum 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

status'UNKNOWN' | 'OPTIMAL' | 'DEGRADED'

The current health status of reward processing which indicates system or validator performance.

timestampnumber

The timestamp when the status was last updated in epoch seconds.

Example response

{
  "timestamp": 1704067200,
  "metadata": {
    "chainEpoch": "2",
    "lastProcessedEpoch": "1"
  }
}