{
  "x402Version": 2,
  "id": 171,
  "slug": "171",
  "resource": "https://x402.ottoai.services/insider-trades",
  "description": "SEC Form 4 insider trades for any US-listed company by ticker: who bought and sold (officer/director/10% owner), purchase vs sale counts and dollar values (SEC codes P/S: open-market or private), net purchase-sale balance, shares held after, filing links — hourly snapshot; 4/A-amended windows withheld once detected (~1h lag): unpaid 503. Insider trading data, insider buys, smart money. Public-domain SEC EDGAR. $0.003 per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "NVDA"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "caveats": [
                {
                  "affects": [
                    "generatedAt"
                  ],
                  "code": "hourly_snapshot",
                  "plain": "This is an hourly snapshot of SEC filings, not a live feed. Freshness is in the response's generatedAt (and the meta envelope's meta.generatedAt)."
                }
              ],
              "coverage": {
                "filingsFailed": 0,
                "filingsParsed": 8,
                "filingsSelected": 8,
                "filingsSkippedOwnerSide": 0,
                "windowEarliestFiledAt": "2026-06-13",
                "windowLatestFiledAt": "2026-07-02"
              },
              "generatedAt": "2026-07-10T12:00:00.000Z",
              "issuer": {
                "cik": "1045810",
                "name": "NVIDIA CORP"
              },
              "methodology": "https://docs.useotto.xyz/acp-swarm/sec-filings-methodology",
              "note": "Insider transactions in this company, taken from the Form 4 filings its officers, directors, and 10% owners submitted to the SEC.",
              "ticker": "NVDA",
              "transactions": [
                {
                  "acquiredDisposed": "D",
                  "code": "S",
                  "date": "2026-07-01",
                  "filedAt": "2026-07-02",
                  "filedBy": "HUANG JEN HSUN",
                  "filerRoles": "President and CEO",
                  "filingUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000123/wk-form4_1.xml",
                  "ownership": "D",
                  "priceUsd": 172.31,
                  "securityTitle": "Common Stock",
                  "shares": 75000,
                  "sharesOwnedAfter": 74625000,
                  "valueUsd": 12923250
                }
              ],
              "windowSummary": {
                "distinctSecurityTitles": 1,
                "earliestDate": "2026-06-12",
                "latestDate": "2026-07-01",
                "netPurchaseSaleValueUsd": -48211320.5,
                "purchaseCount": 0,
                "purchaseUnvaluedCount": 0,
                "purchaseValueUsd": 0,
                "saleCount": 6,
                "saleUnvaluedCount": 0,
                "saleValueUsd": 48211320.5,
                "shareCountUnreportedCount": 0,
                "sharesAcquiredTotal": 500000,
                "sharesDisposedTotal": 812400,
                "transactionCount": 9
              }
            },
            "meta": {
              "degraded": false,
              "generatedAt": "",
              "stalenessSec": 0,
              "validUntil": ""
            },
            "status": "success"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "ticker": {
                    "description": "US-listed stock ticker symbol (e.g. NVDA, AAPL, TSLA)",
                    "type": "string"
                  }
                },
                "required": [
                  "ticker"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {},
                  "meta": {
                    "type": "object"
                  },
                  "reason": {
                    "description": "status=unavailable only; every >=400 is UNCHARGED",
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "success",
                      "unavailable"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "status"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_hc2dhq09"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "3000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/insider-trades",
              "scheme": "exact",
              "validUntil": 1789537478,
              "version": 1
            },
            "signature": "0x7874df5fe33ae543c9968af34f24f90951dd724d7dcc1c213d4f086b094f158e1a1447625febadf91033054b0cd5cbc77f592d8ac51b888da6baecd6fae359c71b"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "3000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/insider-trades",
              "scheme": "exact",
              "validUntil": 1789537478,
              "version": 1
            },
            "signature": "0xc3cea578d7a99f05b0412cf711acdd560330b89bd03e3f385a70719947474e356b24adafd003040116f2f976f7691b7128fbccb068f48e88b084d3843cdfe2241c"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "otto-content-receipt": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "offer-receipt",
    "otto-content-receipt"
  ],
  "sourceHost": "x402.ottoai.services",
  "lastUpdated": "2026-09-16T05:39:38.584Z",
  "quality": {
    "calls30d": 12,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-16T05:39:38.157Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.ottoai.services",
    "manifest_name": "x402.ottoai.services",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}