Top Volatility Anomalies
GET
https://api.unusualwhales.com/api/volatility/anomaly/top
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Query Parameters
direction
string
required
`short_vol` or `long_vol`.
date
Optional Market Date
optional
A trading date in the format of YYYY-MM-DD. This is optional and by default the last trading date.
Example:
2024-01-18
limit
integer
optional
Max rows (default 50, max 200).
Responses
200 422 500
Try It
GET
Query Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/volatility/anomaly/top?direction=VALUE" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{}