get_options_unusual_trades
Recent unusual option trades for an underlying (size/sweep alerts).
Returns the most recent `limit` flagged trades with the side, strike,
expiry, size, and notional value. Useful for spotting large bullish
or bearish positioning.
Args:
ticker: Underlying ticker (e.g. 'AAPL').
limit: Max trades to return (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes |