GET /health
Health check for load balancers and monitoring. Response:200 OK
GET /status
Service status overview. Response:| Field | Type | Description |
|---|---|---|
status | string | Always "ok" if service is running |
network | string | "mainnet" or "testnet" |
block | number | Latest block number processed |
actions_per_sec | number | Current throughput |
uptime_seconds | number | Seconds since service start |
ws_connections | number | Active WebSocket connections |
ws_subscriptions | number | Active subscriptions |
GET /metrics
Full metrics in JSON format. Response:| Field | Description |
|---|---|
actions_total | Total actions decoded since startup |
actions_per_sec | Current action throughput |
events_broadcast | Events delivered to subscribers |
events_dropped | Events with no matching subscribers |
GET /metrics/prometheus
Prometheus-compatible text format. All metrics prefixed withhypernode_.
Response: