{
  "x402Version": 2,
  "id": 14592,
  "slug": "14592",
  "resource": "https://api.govparse.io/v1/insiders/clusters",
  "description": "Where are corporate insiders buying or selling as a cluster? Search SEC Form 4 clusters — issuers where several distinct officers/directors/10%-owners transacted the same direction in a trailing 30- or 90-day window (buy=accumulation, sell=distribution). Filter by ticker, direction, window, minimum insiders, minimum value, or exchange. Returns issuer ticker/company/exchange, insider count, and total shares/value. Public SEC filings as filed — observational, not advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "direction": "buy",
            "issuer_cik": "1046179",
            "ticker": "TSM"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "rows": [
              {
                "company_name": "TAIWAN SEMICONDUCTOR MANUFACTURING CO LTD",
                "direction": "buy",
                "exchange": "NYSE",
                "first_txn_date": "2026-04-02",
                "insider_count": 31,
                "issuer_cik": 1046179,
                "issuer_name": "TAIWAN SEMICONDUCTOR MANUFACTURING CO LTD",
                "issuer_ticker": "TSM",
                "last_txn_date": "2026-06-30",
                "ticker": "TSM",
                "total_shares": 4500,
                "total_value": 812845,
                "txn_count": 101,
                "window_days": 90,
                "window_end": "2026-06-30",
                "window_start": "2026-04-01"
              }
            ],
            "total_matched": 1
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/insiders/clusters",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "direction": {
                "description": "buy (open-market purchase cluster) | sell (open-market sale cluster).",
                "examples": [
                  "buy"
                ],
                "type": "string"
              },
              "exchange": {
                "description": "Listing exchange(s), CSV: NYSE, Nasdaq, OTC...",
                "examples": [
                  "Nasdaq"
                ],
                "type": "string"
              },
              "issuer_cik": {
                "description": "SEC issuer CIK.",
                "examples": [
                  "1046179"
                ],
                "type": "string"
              },
              "limit": {
                "description": "Max rows (default 25, cap 100).",
                "examples": [
                  25
                ],
                "type": "integer"
              },
              "min_insiders": {
                "description": "Minimum distinct insiders in the cluster (>= 2).",
                "examples": [
                  "3"
                ],
                "type": "string"
              },
              "min_value": {
                "description": "Minimum total $ transacted in the window.",
                "examples": [
                  "1000000"
                ],
                "type": "string"
              },
              "offset": {
                "description": "Rows to skip, for paging.",
                "examples": [
                  0
                ],
                "type": "integer"
              },
              "since": {
                "description": "Most recent transaction in the cluster on/after this date (YYYY-MM-DD).",
                "examples": [
                  "2026-05-01"
                ],
                "type": "string"
              },
              "sort": {
                "description": "insider_count | total_value | txn_count | last_txn_date :asc|:desc. Default insider_count:desc.",
                "examples": [
                  "insider_count:desc"
                ],
                "type": "string"
              },
              "ticker": {
                "description": "Issuer ticker(s), CSV.",
                "examples": [
                  "TSM"
                ],
                "type": "string"
              },
              "window": {
                "description": "Trailing window in days: 30 | 90.",
                "examples": [
                  "90"
                ],
                "type": "string"
              }
            },
            "required": [],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.govparse.io",
  "lastUpdated": "2026-09-06T07:30:48.939Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T07:30:48.785Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.govparse.io",
    "manifest_name": "api.govparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}