v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBPolygon 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
Example response
{
"timestamp": 1704067200,
"metadata": {
"chainCheckpoint": "2",
"lastProcessedCheckpoint": "1"
}
}