Get Weekly Report Snapshot
Returns a weekly whale-activity report snapshot. Pass either from/to UTC dates or an ISO YYYY-WW week token. The response identifies closed ranges as final and current ranges as rolling.
week_of accepts any date inside the target week.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 source-range start in YYYY-MM-DD format; required with to.
^\d{4}-\d{2}-\d{2}$UTC source-range end in YYYY-MM-DD format; required with from.
^\d{4}-\d{2}-\d{2}$ISO week selector in YYYY-WW format; alternative to from/to.
^\d{4}-\d{2}$