mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

What did a company's insiders actually file? Search individual SEC Form 4 transaction line

What did a company's insiders actually file? Search individual SEC Form 4 transaction lines by ticker, issuer CIK, insider name, direction (buy/sell/other), transaction code (P/S/A/M/F/G), role (officer/director/ten_percent), state, security type, minimum value, or date. Returns the insider, role, security, code, shares, price, and value per filing — the raw feed behind the cluster signal. Public SEC filings as filed — observational, not advice.

Do you run api.govparse.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-08
updated

Provider

api.govparse.io · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "issuer_cik": "1571996",
          "owner": "Dell",
          "ticker": "DELL"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "rows": [
            {
              "accession_no": "0001675476-26-000006",
              "acquired_disposed": "A",
              "direct_indirect": "D",
              "direction": "buy",
              "filing_date": "2026-06-30",
              "is_derivative": false,
              "is_director": true,
              "is_officer": false,
              "is_ten_pct_owner": false,
              "issuer_cik": 28917,
              "issuer_name": "DILLARD'S, INC.",
              "issuer_ticker": "DDS",
              "officer_title": null,
              "owner_cik": 2133608,
              "owner_name": "SMITH JANE",
              "owner_state": "AR",
              "price_per_share": 171.3,
              "security_title": "Common Stock",
              "shares": 500,
              "shares_owned_after": 12000,
              "txn_code": "P",
              "txn_date": "2026-06-30",
              "txn_value": 85650
            }
          ],
          "total_matched": 1
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/insiders/transactions",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "direction": {
              "description": "buy | sell | other (grants, option exercises, tax withholding...).",
              "examples": [
                "sell"
              ],
              "type": "string"
            },
            "issuer_cik": {
              "description": "SEC issuer CIK.",
              "examples": [
                "1571996"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Max rows (default 25, cap 100).",
              "examples": [
                25
              ],
              "type": "integer"
            },
            "min_value": {
              "description": "Minimum transaction value in $ (shares × price).",
              "examples": [
                "100000"
              ],
              "type": "string"
            },
            "offset": {
              "description": "Rows to skip, for paging.",
              "examples": [
                0
              ],
              "type": "integer"
            },
            "owner": {
              "description": "Reporting-insider name fragment.",
              "examples": [
                "Dell"
              ],
              "type": "string"
            },
            "role": {
              "description": "Insider role: officer | director | ten_percent.",
              "examples": [
                "director"
              ],
              "type": "string"
            },
            "security_type": {
              "description": "nonderiv (common shares) | deriv (options/warrants).",
              "examples": [
                "nonderiv"
              ],
              "type": "string"
            },
            "since": {
              "description": "Transaction on/after this date (YYYY-MM-DD).",
              "examples": [
                "2026-05-01"
              ],
              "type": "string"
            },
            "sort": {
              "description": "txn_date | txn_value | shares | filing_date :asc|:desc. Default txn_date:desc.",
              "examples": [
                "txn_date:desc"
              ],
              "type": "string"
            },
            "state": {
              "description": "Insider state code(s), CSV.",
              "examples": [
                "TX"
              ],
              "type": "string"
            },
            "ticker": {
              "description": "Issuer ticker(s), CSV (as filed on the Form 4).",
              "examples": [
                "DELL"
              ],
              "type": "string"
            },
            "txn_code": {
              "description": "SEC transaction code(s), CSV: P (buy), S (sell), A (grant), M, F, G...",
              "examples": [
                "P"
              ],
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.govparse.io/v1/insiders/transactions"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.govparse.io/v1/insiders/transactions");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.govparse.io/v1/insiders/transactions")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14583.json, and this resource appears in /discovery/resources and /discovery/search.