Filtered Flow aggregate history; defaults to order aggregates with premium_usd at least 10000 and limit 25. ET dates use YYYY-MM-DD.
get/v1/flow/trades
Query parameters
session_datestring date
kind'order' | 'package' | 'all'
tickersstring
contract_symbolsstring
expirationsstring
rightsstring
sidesstring
strategiesstring
min_premium_usdnumber
max_premium_usdnumber
min_contractsinteger
max_contractsinteger
sort_by'occurredAt' | 'premiumCents' | 'contracts'
direction'asc' | 'desc'
limitinteger
cursorstring
Response
list payload with next_cursor
Changes
Changed in 2 of the 4 revisions of this API.2
- ○
for the
queryrequest parametersession_date, the type was generalized from no type tostring, and format from no format todaterequest-parameter-type-generalized
- ○
- ○
endpoint added
endpoint-added
- ○