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

# Get the Health of the Protocol Rewards Processing

`GET /v2/cosmos/{network}/health`

Returns the health of the protocol rewards processing system.

## Path parameters

- `network` string, required

## Response `200`

OK

- HealthResponseCosmos — The reward response object
  - `status` 'PROCESSING' | 'OPTIMAL' | 'DEGRADED' — the status
  - `timestamp` number — the timestamp when the status was last updated in epoch seconds
  - `metadata` HealthMetadataCosmos
    - `lastProcessedDate` string, number — The last processed UTC date rewards are available for
    - `progress` string, number — If the status is PROCESSING then this indicates the number of validators processed out of the total
    - `minDelegation` string, number — The minimum delegation amount required for us to track a delegator

## 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)
