Unnamed service
GET x402-filings.datalayer.workers.dev/v1/sec/insider-trading
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Real insider conviction from SEC Form 4 filings. Classifies every transaction by its one-letter code, so an RSU vest is not reported as an insider buy and the automatic tax withholding that follows is not reported as a sale. Returns only codes P and S — the trades where someone chose to move money at the market price — plus cluster-buy detection when several insiders buy the same issuer within a window. Query by ticker or CIK.
Resource: x402-filings.datalayer.workers.dev/v1/sec/insider-trading
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x917e635b83F0dd7e8172c55EC4EEbb28B734cA85
Payment methods: — · Last validation: 2026-09-14 09:18:22.798+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"cik": {
"type": "string",
"examples": [
"0000320193"
],
"description": "SEC CIK, zero-padded or not. Use when the ticker is ambiguous."
},
"end": {
"type": "string",
"examples": [
"2026-08-15"
],
"description": "ISO date, inclusive. Defaults to today."
},
"limit": {
"type": "integer",
"examples": [
10
],
"description": "Max filings to read, 1-25. Default 10."
},
"start": {
"type": "string",
"examples": [
"2026-05-01"
],
"description": "ISO date, inclusive. Defaults to 90 days ago."
},
"ticker": {
"type": "string",
"examples": [
"AAPL"
],
"description": "US ticker, e.g. AAPL. Either ticker or cik is required."
},
"informativeOnly": {
"type": "boolean",
"examples": [
true
],
"description": "Return only open-market buys and sales (codes P/S). Default true."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x917e635b83F0dd7e8172c55EC4EEbb28B734cA85",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x917e635b83F0dd7e8172c55EC4EEbb28B734cA85",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "20000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.