Health
Utilities
Health
Lightweight health check — no auth, no DB, no external calls. Useful for monitoring, heartbeat detection, load balancer probes, or confirming the API is reachable before your agent starts.
GET
Health
Lightweight health check — no auth, no DB, no external calls.
Overview
Use this endpoint to verify the Aion Market API is reachable. Common use cases:- Monitoring & alerting — periodic health probes from your infrastructure
- Heartbeat detection — confirm the API is alive before starting your agent loop
- Load balancer probes — standard HTTP health check for routing
Example
- curl
- Python SDK