live stream of What’s in Play data for all tickers in the requested market and session. sends the current data immediately on connect, then pushes updates as market data changes. each event is a JSON object keyed by ticker symbol, with per-report analysis nested under each ticker. supports optional ticker filtering, report customization variants, and custom session windows for futures.
Documentation Index
Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
type of market to stream data for. use all to stream both stocks and futures together.
all, futures, stock "futures"
"stock"
standard session to stream; one of NY, LONDON, ASIA. ignored when start_time and end_time are provided.
NY, LONDON, ASIA custom session start time, HH:MM, interpreted in timezone. provide together with end_time to define a custom intraday window; futures only.
custom session end time, HH:MM, interpreted in timezone. provide together with start_time to define a custom intraday window; futures only.
set to true when the custom session spans midnight (i.e., start_time is after end_time).
IANA timezone used to interpret start_time and end_time for custom sessions (e.g., America/New_York, Europe/London).
historical lookback window attached to each ticker's report data; 3mo or 6mo.
3mo, 6mo comma-separated list of ticker symbols to include (e.g., ES,NQ,CL). empty string streams all available tickers.
report variant preferences as report_type:value pairs (e.g., gap_fill_standard:100,initial_balance_standard:60min).
comma-separated list of report types to include (e.g., gap_fill_standard,initial_balance_standard). empty string includes all reports.
Successful Response