G

Govparse · Insiders Clusters

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/insiders/clusters

2

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/insiders/clusters", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/insiders/clusters?direction=buy&issuer_cik=1046179&ticker=TSM" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services