Response
200 - application/json
Service is healthy
Example:
"healthy"
curl --request GET \
--url http://localhost:14400/api/trading/health
{
"status": "healthy"
}
Trade Bare service health check
curl --request GET \
--url http://localhost:14400/api/trading/health
{
"status": "healthy"
}
Service is healthy
"healthy"