All HTTP endpoints are available atDocumentation 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.
https://hyper.polynode.dev. No authentication required.
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 |
broadcaster_hit_rate_pct | Percentage of events matched to at least one subscriber |
broadcaster_hits / misses | Raw match/miss counts |
bytes_received_mb | Total data received from upstream |
frames_total | Total protocol frames processed |
decompress_ok / fail | Frame decompression success/failure counts |
GET /metrics/prometheus
Prometheus-compatible text format. All metrics prefixed withhl_gossip_.
Response: