flow.summary
anonymous okFlow summary
Aggregate options-flow posture over a window: print counts by type, buy vs sell, net call/put premium and the top tickers by premium.
Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.
Input
| Field | Type | Description |
|---|---|---|
| window | "1h" | "4h" | "24h" | Default "24h". |
| tickers | string[] | Ticker symbols |
| min_premium | number | Minimum premium in USD |
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| window* | "1h" | "4h" | "24h" | |
| counts* | object | |
| buy_sell* | object | |
| net_premium* | object | |
| top_tickers* | object[] |
* required
Example request
Whole-market posture today
curl -X POST "https://impliedoptions.com/api/v1/tools/flow.summary" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"window": "24h"
}
}'Rendered result: /flow?tab=options