Skip to main content
GET
/
api
/
v1
/
reports
/
monthly
Monthly report snapshot
curl --request GET \
  --url https://api.0xinsider.com/api/v1/reports/monthly \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": {
    "kind": "daily",
    "generated_at": "2023-11-07T05:31:56Z",
    "source_range": {
      "start_date": "2023-12-25",
      "end_date": "2023-12-25",
      "timezone": "<string>"
    },
    "snapshot": {
      "status": "final",
      "generated_at": "2023-11-07T05:31:56Z",
      "mutable_until": "2023-12-25"
    },
    "completeness": {
      "status": "complete",
      "reason": "<string>",
      "expected_days": 123,
      "covered_days_with_whale_activity": 123
    },
    "reconciliation": {
      "volume_kind": "<string>",
      "whale_volume_source": "<string>",
      "notes": "<string>"
    },
    "report": {
      "total_whale_trades": 123,
      "total_whale_volume": 123,
      "biggest_trade_size": 123,
      "active_traders": 123,
      "top_whale_trades": [
        {}
      ],
      "categories": [
        {}
      ],
      "grade_distribution": [
        {}
      ]
    }
  },
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

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