Event Feed
Authentication
Headers
Query parameters
USD floor on event_data.amount. Drops events below the threshold.
Only return items published at or after this ISO-8601 UTC timestamp (e.g. 2026-05-25T00:00:00Z). Sets the start boundary of the feed window. Ignored when cursor is supplied, the cursor already encodes the position.
Only return items published strictly before this ISO-8601 UTC timestamp. Combine with since to backfill a fixed historical window.
Opaque pagination cursor returned as next_cursor by the previous page. Pass it back verbatim to fetch the next (older) page. The feed walks UTC-day partitions backward automatically, so a single cursor is enough to drain the entire window, do not parse or construct it yourself.
Maximum items to return per page (1 to 500, default 40).
full (default) returns complete items. ids returns title-only items (id, title, published_at) for cheap polling.
Response
Cursor for the next (older) page. null when the feed window is fully drained.