Skip to main content
GET
/
api
/
v1
/
reports
/
monthly
cURL
curl -sS \
  -H 'Authorization: Bearer $OXI_SK' \
  'https://api.0xinsider.com/api/v1/reports/monthly'
{
  "object": "list",
  "data": [],
  "has_more": false,
  "next_cursor": null,
  "total": 0,
  "meta": {
    "request_id": "req_example",
    "cached": false
  }
}
The monthly recap: rolling-30-day leaderboard, category-rotation summary, and biggest realized P&L by trader and by market. Use it for end-of-month digests and longer newsletters.
curl -H "Authorization: Bearer $OXINSIDER_API_KEY" \
  "https://api.0xinsider.com/api/v1/reports/monthly?month=2026-05"

Authorizations

Authorization
string
header
required

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

month
string
required

UTC report month in YYYY-MM format.

Pattern: ^\d{4}-\d{2}$

Response

Monthly report snapshot

object
string
required
Allowed value: "report_snapshot"
data
object
required
meta
object
required