Option Trade Flow
get_option_flowRaw intraday option trade-flow for one underlying. Views: 'recent' (recent option trades, newest first), 'summary' (option trade-flow totals by underlying), 'blocks' (large option trades by underlying), 'history' (minute option-flow buckets, newest first), 'cumulative' (cumulative net option net premium by underlying).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | View: 'recent' | 'summary' | 'blocks' | 'history' | 'cumulative' | |
| limit | No | Max trades returned (recent/blocks: 1–500, default 50). Only applies to 'recent'. | |
| apiKey | No | FlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp. | |
| expiry | No | Optional expiry filter YYYY-MM-DD. | |
| symbol | Yes | Underlying ticker (e.g. SPY, AAPL, QQQ) | |
| minutes | No | Window size in minutes for 'history' or 'cumulative' (1–10080, default 60/240). |