cURL
Reports
Get Daily Report Snapshot
Returns a dated daily whale-activity report snapshot with source_range, snapshot.status, completeness, and reconciliation metadata. Report whale volume is local whale-alert activity volume, not provider lifetime trader volume.
GET
cURL
The daily recap for a given date: top traders, biggest whale trades, smart-money rotations, pre-baked. Power morning-email digests, Slack briefs, or “what happened yesterday?” panels without rerunning every query.
For longer windows, use Weekly or Monthly. Snapshots carry trust metadata, so partial or unavailable sections are explicit.
Authorizations
API key: Authorization: Bearer oxi_sk_live_... for live data (requires an active Insider subscription), or oxi_sk_test_... for sandbox/test mode (free account, deterministic fixture data, no live rows). Both key classes use the same paths; the prefix selects live vs sandbox.
Query Parameters
UTC report date in YYYY-MM-DD format.
Pattern:
^\d{4}-\d{2}-\d{2}$