Market-wide recent Form 144 insider intent-to-sell notices across all US issuers — who is
Market-wide recent Form 144 insider intent-to-sell notices across all US issuers — who is filing to sell, before the Form 4 confirms it. Per notice: ticker, issuer, insider, shares to be sold, aggregate market value, and approximate sale date. Tune the window with `?days=` (max 90) or `?startdt`/`?enddt`, and `?limit=` (max 50). Proposed sales, not executed. From SEC EDGAR. From x402stock
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated
Provider
x402stock.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"days": 7,
"limit": 20
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-06-05T00:00:00.000Z",
"count": 2,
"end_date": "2026-06-05",
"notices": [
{
"accession": "0002090999-26-000007",
"aggregate_market_value": 1730007.11,
"approx_sale_date": "2026-06-05",
"filing_date": "2026-06-05",
"insider_name": "SINGHAL ANIL K",
"issuer": "NETSCOUT SYSTEMS INC",
"issuer_cik": "0001078075",
"relationships": [
"Director"
],
"security": "Common",
"shares_to_be_sold": 42013,
"ticker": "NTCT",
"url": "https://www.sec.gov/Archives/edgar/data/1078075/000209099926000007/primary_doc.xml"
},
{
"accession": "0001976408-26-000552",
"aggregate_market_value": 902500,
"approx_sale_date": "2026-06-05",
"filing_date": "2026-06-05",
"insider_name": "Dotan Saar",
"issuer": "ZIM Integrated Shipping Services Ltd.",
"issuer_cik": "0001654126",
"relationships": [
"Officer"
],
"security": "Ordinary Shares",
"shares_to_be_sold": 50000,
"ticker": "ZIM",
"url": "https://www.sec.gov/Archives/edgar/data/1654126/000197640826000552/primary_doc.xml"
}
],
"source": "sec_edgar",
"start_date": "2026-05-29",
"total_matches": 1121
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"days": {
"default": 14,
"exclusiveMinimum": 0,
"maximum": 90,
"type": "integer"
},
"enddt": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"limit": {
"default": 20,
"exclusiveMinimum": 0,
"maximum": 50,
"type": "integer"
},
"startdt": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
}
},
"required": [
"days",
"limit"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"as_of": {
"type": "string"
},
"count": {
"type": "number"
},
"end_date": {
"type": "string"
},
"notices": {
"items": {
"additionalProperties": false,
"properties": {
"accession": {
"type": "string"
},
"aggregate_market_value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"approx_sale_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"filing_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"insider_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"issuer": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"issuer_cik": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"relationships": {
"items": {
"type": "string"
},
"type": "array"
},
"security": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"shares_to_be_sold": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"issuer",
"issuer_cik",
"insider_name",
"relationships",
"security",
"shares_to_be_sold",
"aggregate_market_value",
"approx_sale_date",
"filing_date",
"accession",
"url"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "sec_edgar",
"type": "string"
},
"start_date": {
"type": "string"
},
"total_matches": {
"type": "number"
}
},
"required": [
"source",
"as_of",
"start_date",
"end_date",
"total_matches",
"count",
"notices"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402stock.xyz/api/v1/form-144" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402stock.xyz/api/v1/form-144");
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://x402stock.xyz/api/v1/form-144")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5295.json, and this resource appears in /discovery/resources and /discovery/search.