flow.summary

Paid

Flow 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.

Paid includes this tool and its complete output.

Upgrade to use flow.summary

Input

FieldTypeDescription
window"1h" | "4h" | "24h"Default "24h".
tickersstring[]Ticker symbols
min_premiumnumberMinimum premium in USD

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
window*"1h" | "4h" | "24h"
counts*object
buy_sell*object
net_premium*object
top_tickers*object[]

* required

Example request

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

Run

Log in to run this tool.
flow.summaryFlow summaryPaid

Ticker symbols. Comma-separated.

Minimum premium in USD

Upgrade to run flow.summaryArguments remain editable so you can prepare the call before upgrading.