cURL
curl --request GET \ --url https://api.simmer.markets/api/sdk/alerts
{ "alerts": [ { "id": "<string>", "market_id": "<string>", "side": "<string>", "condition": "<string>", "threshold": 123, "created_at": "<string>", "market_question": "<string>", "webhook_url": "<string>", "triggered_at": "<string>" } ], "count": 123 }
List user’s alerts.
By default only returns active (non-triggered) alerts. Set include_triggered=true to include triggered alerts.
Successful Response
Response listing alerts.
Show child attributes