v11

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-023710598.2 KB
Health

Liveness probe

Returns the aggregator's current health. Used by load balancers, k8s liveness/readiness probes, and external uptime monitoring.

get/health

Response

Aggregator is up.

status'ok' | 'degraded' | 'starting' required
versionstring required

Aggregator binary version (e.g., v3.2.0). Always set — SDK clients use this to stamp the canonical EIP-191 auth message so the signed Version field reflects the gateway the user actually authenticated against.

chainIdinteger

Numeric chain ID (e.g. 11155111 for Sepolia, 8453 for Base). On chain-aware trigger/node configs this is required and must be a configured chain; on query/filter params it is optional.

Example response

{
  "chainId": 11155111
}
All 37 operations