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
The response is of type object
.