x402-factory
GET x402-factory.com/v1/edgar/insider/:ticker
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
Normalized insider transactions (Form 4) with flow aggregates for a ticker — SEC Form 4 filings parsed into clean insider transactions: buy/sell/award classification, 10b5-1 plan flags, per-filer roles, and aggregate net flow with notable-pattern flags. Use it to gauge insider conviction before events.
Resource: x402-factory.com/v1/edgar/insider/AAPL
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f
Payment methods: — · Last validation: 2026-09-13 23:06:47.571+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"pattern": "^[A-Za-z][A-Za-z.-]*$",
"maxLength": 6,
"minLength": 1
}
}
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"days": {
"type": "integer",
"default": 30,
"maximum": 90,
"minimum": 1,
"description": "Lookback window in days"
},
"min_value_usd": {
"type": "number",
"minimum": 0,
"description": "Drop transactions below this absolute USD value"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"data",
"meta"
],
"properties": {
"data": {
"type": "object",
"required": [
"ticker",
"company",
"window_days",
"transactions",
"aggregates"
],
"properties": {
"ticker": {
"type": "string"
},
"company": {
"type": "string"
},
"aggregates": {
"type": "object",
"required": [
"net_insider_flow_30d_usd",
"buy_count",
"sell_count",
"notable_flags"
],
"properties": {
"buy_count": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"sell_count": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"notable_flags": {
"type": "array",
"items": {
"type": "string"
}
},
"net_insider_flow_30d_usd": {
"type": "number"
}
},
"additionalProperties": false
},
"window_days": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"transactions": {
"type": "array",
"items": {
"type": "object",
"required": [
"filer_name",
"filer_role",
"type",
"is_10b5_1",
"shares",
"price",
"value_usd",
"transaction_date",
"filed_at",
"accession"
],
"properties": {
"type": {
"enum": [
"buy",
"sell",
"award",
"other"
],
"type": "string"
},
"price": {
"type": "number"
},
"shares": {
"type": "number"
},
"filed_at": {
"type": "string"
},
"accession": {
"type": "string"
},
"is_10b5_1": {
"type": "boolean"
},
"value_usd": {
"type": "number"
},
"filer_name": {
"type": "string"
},
"filer_role": {
"type": "string"
},
"transaction_date": {
"type": "string"
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"meta": {
"type": "object"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
"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.