next_cursor back as ?before= to walk older history.
How pagination works
order=desc(default) — newest first. The returnednext_cursoris the oldest trade’s timestamp in the page. Pass it as?before=<cursor>on the next call to walk backward.order=asc— oldest first. Thenext_cursoris the newest trade’s timestamp in the page. Pass it as?after=<cursor>to walk forward.- When
has_moreisfalse, you’ve reached the end.
Z (UTC) suffix so they survive being copied straight back into a URL query string.
Derived tags
Thetags parameter accepts a CSV of:
0dte—expiry_dateequals today (UTC).whale— trades withpremium_usd≥ $250 000 by default. Override withpremium_min_usd; the larger of the two wins.atm— strike within ±2 % of the trade’sindex_price. Trades without an index price are excluded.
