tracer.options.trades#
Options trade tape from /api/v1/options/trades.
SYNTAX#
tracer.options.trades: SourceHandle // Options tick tape (series, single-page)ARGUMENTS#
opts.symbol(string) — Underlying.
RETURNS#
GenericSeriesSourceData — { values: { time, price, size, premium } }
EXAMPLE#
const ot = tracer.options.trades;