/v1/health
Service health check with per-service latency
Request
https://api.xrpl.to/v1/healthcurl 'https://api.xrpl.to/v1/health'
Response
https://api.xrpl.to/v1/health{ "status": "healthy", "timestamp": "2026-09-21T07:30:43.725Z", "version": "1.20.0", "uptime": 110, "services": { "database": { "status": "up", "latency": 1 }, "rippled": { "status": "up", "latency": 2, "ledger": 107131957 }, "cache": { "status": "up", "latency": 1 } } }
{ status: healthy|degraded, timestamp, version, uptime (s), services: { database, rippled, cache: { status, latency } } }
What it does
Service health check with per-service latency