Risk Alerts
curl --request GET \
--url https://api.simmer.markets/api/sdk/risk-alertsRisk Management
Risk Alerts
Get triggered risk alerts for this user’s positions. Called by SDK on init to check for pending SL/TP exits. Alerts are written by the WS risk trigger for external wallet users.
GET
/
api
/
sdk
/
risk-alerts
Risk Alerts
curl --request GET \
--url https://api.simmer.markets/api/sdk/risk-alertsThe Python SDK handles risk alerts automatically via
get_briefing(). You typically do not need to call this directly.Response
200 - application/json
Successful Response
⌘I
