Returns a snapshot of indexer health and platform status. Use this as a liveness probe before relying on data freshness.Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
X-API-Key).
Why use this
- Liveness check before running an integration that depends on real-time data.
- Lag tracking —
lag_secondsis the gap between the latest event we’ve ingested and wall-clock time. Normally 1–10 seconds. - Status field —
"ok"if lag < 60s,"degraded"otherwise.
Response
| Field | Type | Description |
|---|---|---|
status | string | "ok" if lag < 60s, "degraded" otherwise |
lag_seconds | int | Seconds between latest indexed event and now |
active_markets | int | Number of HIP-4 outcomes currently active |
latest_event | object | Timestamp of the most recent fill ingested (us epoch microseconds + iso + relative string) |