System Status
Real-time operational health of the HookRPC surfaces. Every indicator below is the result of an actual probe run on our infrastructure — there is no static “all systems operational.” If a surface is down, this page says so.
Monitored surfaces
auto-refresh
How these checks work
- RPC Gateway — an unauthenticated JSON-RPC POST to
rpc.hookrpc.xyz. A401is healthy: it proves the gateway is up and correctly requiring an API key. A 5xx or timeout is a real outage. - Customer Dashboard & Developer Docs — an HTTP GET; a 2xx/3xx response means the surface is serving.
- Base Mainnet Node — an in-cluster
eth_blockNumbercall. The live head block is shown; a stalled or unreachable node reads as down. This is direct node telemetry, not a public estimate.