Options Unusual Activity by Symbol
Retrieve options unusual activity for a specific underlying symbol (e.g. AAPL, TSLA). Returns options unusual activity data such as unusual volume and block trades.
Use Case: Show unusual options activity for a single underlying (e.g. on a stock detail page) to surface notable call/put flow and block trades.
Path parameter
Response
Success returns200 OK with a JSON object containing a trades array. Each trade includes:
400 when symbol is missing or invalid, 401 unauthorized, 500 when the feature is not available or server error.Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Path Parameters
Underlying stock symbol (e.g. AAPL, TSLA).
Response
Options unusual activity: object with trades array. Each trade has symbol, timestamp, type (e.g. block), total_value, total_size, average_price, contract, ask_at_execution, bid_at_execution, sentiment, underlying_price_at_execution.