Options Pulse Scanner
GET
https://api.unusualwhales.com/api/options-pulse/top
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Query Parameters
direction
string
optional
`bullish` (default) or `bearish`.
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
ticker
string
optional
Restrict to tickers with this prefix.
min_score
number
optional
Minimum sentiment score.
max_score
number
optional
Maximum sentiment score.
min_txn
integer
optional
Minimum total opening-buy transactions (put + call).
limit
integer
optional
Max rows (default 50, max 500).
Responses
200 422 500
Try It
GET
Query Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/options-pulse/top" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{}