cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/market/health \ --header 'Authorization: Bearer <token>'
{ "environment": "<string>", "exchange": "<string>", "status": "<string>", "details": "<string>", "latency_ms": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Market data health
Health check for an exchange integration.
"ok"
Was this page helpful?