System Health & Status
Service Health Check
GET /healthz
- Returns key-value pairs indicating service status
- Monitors operational status of different service features
- Use for integration health monitoring and alerting
Sync Status
GET /syncing
- Returns the most recently processed epoch number and date
- Indicates synchronization progress of the node
- Typically one epoch behind current for a fully synced node
- Essential for understanding data freshness
Updated 10 days ago