Skip to main content
GET
/
api
/
health
health
curl --request GET \
  --url https://api.naos.trade/api/health
{
  "success": true,
  "status": "<string>",
  "service": "<string>"
}

Response

200 - application/json

API is healthy

success
boolean
required
status
string
required
service
string
required
region
enum<string> | null
Available options:
EU,
US,
ASIA