---
title: "Get the Protocol Rewards Processing Health"
method: GET
path: "/v2/ethereum/{network}/health"
tags: ["Ethereum Staking Reporting"]
---

# Get the Protocol Rewards Processing Health

`GET /v2/ethereum/{network}/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

## Path parameters

- `network` string, required

## Response `200`

OK

- HealthResponse2 — The reward response object.
  - `status` 'UNKNOWN' | 'OPTIMAL' | 'DEGRADED' — The current health status of reward processing which indicates system or validator performance.
  - `timestamp` number — The timestamp when the status was last updated in epoch seconds.
  - `metadata` HealthMetadata2
    - `chainEpoch` string, number — The current active epoch on the chain.
    - `lastProcessedEpoch` string, number — The last processed epoch, when running smoothly this should be epoch - 1.

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
