Unusual Whales UnusualWhales API

Optionable Tickers

GET https://api.unusualwhales.com/api/option-trades/optionable-tickers

Request

Security: Bearer Auth Authorization: Bearer <token>

Query Parameters

ticker Ticker optional

Optional: check a single symbol instead of listing the whole universe.

Example: AAPL,INTC

Responses

200 422 500
Try It GET
Query Parameters

Request Sample
curl -X GET "https://api.unusualwhales.com/api/option-trades/optionable-tickers" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
Response Example 200
{
  "data": [
    "A",
    "AA",
    "AAA",
    "AAAU",
    "AACB",
    "AACG",
    "AACT",
    "AADI",
    "AAL",
    "AAOI"
  ]
}