Flow alerts
GET
https://api.unusualwhales.com/api/socket/flow_alerts
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Responses
Try It
GET
Request Sample
curl -X GET "https://api.unusualwhales.com/api/socket/flow_alerts" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": []
}