GET
/healthHealth Check
Server health with pipeline readiness status. Returns 200 when core infra is up, pipeline_ready indicates if live data is available.
Response
200401403404500
Successful Response
Code Snippet
curl -X GET "https://api.resolvedmarkets.com/health" \ -H "X-API-Key: YOUR_API_KEY"
200
{
"status": "healthy",
"clickhouse": true,
"redis": true,
"ws_clob": true,
"ws_trade": true,
"pipeline_ready": true,
"uptime": 3600
}