{
  "x402Version": 2,
  "id": 180,
  "slug": "180",
  "resource": "https://x402.ottoai.services/equity-smart-money-brief",
  "description": "Smart-money filing brief for US-listed companies by ticker: SEC Form 4 insider purchases vs sales with filer roles, Schedule 13D/13G beneficial-ownership filing events (subject-validated; not 13F), fundamentals with one-time-item flags (TTM where available), regime-aware filings cadence — ONE AI read of the filing record. Observed filings only; buy/sell advice rejected at generation. Public-domain SEC EDGAR + AI. $0.10 per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "NVDA"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "analysisStatus": "ok",
              "beneficialOwnership": {
                "events": [],
                "schedule13DCount": 0,
                "schedule13GCount": 3,
                "windowEnd": "2026-07-10",
                "windowStart": "2025-07-10"
              },
              "brief": "The latest Form 4 window shows s...",
              "caveats": [],
              "company": {
                "cik": "1045810",
                "name": "NVIDIA CORP"
              },
              "filingsCadence": {
                "currentReportCount90d": 6,
                "latest10QFiledAt": "2026-05-20",
                "latestAnnualReport": {
                  "filedAt": "2026-02-25",
                  "form": "10-K"
                },
                "latestCurrentReportFiledAt": "2026-07-02",
                "reportingRegime": "us-domestic"
              },
              "fundamentals": {
                "basis": "ttm",
                "epsDiluted": 6.51,
                "epsDilutedExOneTime": null,
                "epsDilutedIsEstimate": true,
                "netIncomeChangeUsd": 82826000000,
                "netIncomeExOneTimeUsd": null,
                "netIncomeTransition": null,
                "netIncomeUsd": 159613000000,
                "netIncomeYoYPct": 107.9,
                "oneTimeItems": [],
                "oneTimeItemsEvaluated": true,
                "periodEnd": "2026-04-26",
                "revenueUsd": 253491000000,
                "revenueYoYPct": 70.7
              },
              "generatedAt": "2026-07-11T12:00:00.000Z",
              "insider": {
                "coverage": {
                  "filingsFailed": 0,
                  "filingsParsed": 8,
                  "filingsSelected": 8,
                  "filingsSkippedOwnerSide": 0,
                  "windowEarliestFiledAt": "2026-06-13",
                  "windowLatestFiledAt": "2026-07-02"
                },
                "recentTransactions": [],
                "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
                }
              },
              "methodology": "https://docs.useotto.xyz/acp-swa...",
              "note": "A plain-language read of what th...",
              "ticker": "NVDA"
            },
            "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": "100000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/equity-smart-money-brief",
              "scheme": "exact",
              "validUntil": 1789710163,
              "version": 1
            },
            "signature": "0x49edea3310fe07ffe76b44c06d62b73718d3337fab8bf9ce74b15c144f0941ad5877ce777d2a2ec159a00c0376769e2daa08987a3046804e67edbdc44ec321ff1c"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "100000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/equity-smart-money-brief",
              "scheme": "exact",
              "validUntil": 1789710163,
              "version": 1
            },
            "signature": "0xc923b0d72a41b12128c1e5aa80998b0991ee81beb11a0ccbf263c46da89b14144c71bd295409b4310280eebfcdd04ee42cb24828889e7f28cbed3e371a3e31ab1c"
          }
        ]
      },
      "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-18T05:37:43.182Z",
  "quality": {
    "calls30d": 20,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-18T05:37:42.786Z"
  },
  "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"
  }
}