Skip to main content
GET
/
api
/
market
/
health
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
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Market data health

Health check for an exchange integration.

environment
string
required
exchange
string
required
status
string
required
Example:

"ok"

details
string | null
latency_ms
number<double> | null