GET
/
api
/
trading
/
health
Trade Bare Health Check
curl --request GET \
  --url http://localhost:14400/api/trading/health
{
  "status": "healthy"
}

Response

200 - application/json

Service is healthy

The response is of type object.