v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Polygon Staking Reporting

Get the Protocol Rewards Processing Health

Reward processing is optimal if all rewards up to the lastProcessedCheckpoint - 1 are available, as rewards are calculated after an epoch ends. The processing status is degraded if the following is true:

  chainCheckpoint - lastProcessedCheckpoint > 1
get/v2/polygon/{network}/health

Path parameters

networkstring required

The network to look up against.

Response

OK

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

The rewards processing status.

timestampnumber

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

Example response

{
  "timestamp": 1704067200,
  "metadata": {
    "chainCheckpoint": "2",
    "lastProcessedCheckpoint": "1"
  }
}