v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Cosmos Staking Reporting

Get the Health of the Protocol Rewards Processing

Returns the health of the protocol rewards processing system.

get/v2/cosmos/{network}/health

Path parameters

networkstring required

the network to look up against

Response

OK

status'PROCESSING' | 'OPTIMAL' | 'DEGRADED'

the status

timestampnumber

the timestamp when the status was last updated in epoch seconds

Example response

{
  "timestamp": 1704067200,
  "metadata": {
    "lastProcessedDate": "2025-04-20",
    "progress": "231/545",
    "minDelegation": "100 ATOM"
  }
}