HyperPaxeer NetworkPaxeer Network
API Reference

Service health check

GET
/health

Returns service status and version. Use for uptime monitoring and readiness probes.

Response Body

application/json

curl -X GET "https://us-east-1.user-stats.sidiora.exchange/health"
{
  "status": "ok",
  "version": "0.1.0"
}