Liveness probe
Endpoints
GET /health
Liveness probe for the DEX Aggregator API.
GET
Liveness probe
Returns
{ "ok": true } when the service is reachable. No authentication required.
This endpoint is public — it does not require an
x-api-key header.Request
Response
When to use this
CI / monitoring
Schedule periodic health checks from your monitoring system. Treat anything other than
200 { "ok": true } as down.Connectivity self-test
Use as the first call in an integration test to confirm DNS, TLS, and API key plumbing without spending quota on a real quote.
Response
200 - application/json
Service is up
