{
  "x402Version": 2,
  "id": 173,
  "slug": "173",
  "resource": "https://x402.ottoai.services/equity-smart-money",
  "description": "Smart-money bundle for any US-listed company by ticker, in ONE call: SEC Form 4 insider activity (purchases vs sales — SEC codes P/S, net purchase-sale balance, who filed and their roles) PLUS trailing-twelve-month fundamentals (revenue + YoY, net income + YoY, diluted EPS) from XBRL filings. 4/A-amended insider windows withheld once detected (~1h lag): unpaid 503. Smart money, fundamentals. Public-domain SEC EDGAR. $0.006 per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "6000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "6000",
      "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..."
                }
              ],
              "company": {
                "cik": "1045810",
                "name": "NVIDIA CORP"
              },
              "fundamentals": {
                "basis": "ttm",
                "epsDiluted": 6.51,
                "epsDilutedIsEstimate": true,
                "netIncomeChangeUsd": 82826000000,
                "netIncomeTransition": null,
                "netIncomeUsd": 159613000000,
                "netIncomeYoYPct": 107.9,
                "periodEnd": "2026-04-26",
                "revenueUsd": 253491000000,
                "revenueYoYPct": 70.7
              },
              "generatedAt": "2026-07-10T12:00:00.000Z",
              "insider": {
                "coverage": {
                  "filingsFailed": 0,
                  "filingsParsed": 8,
                  "filingsSelected": 8,
                  "filingsSkippedOwnerSide": 0,
                  "windowEarliestFiledAt": "2026-06-13",
                  "windowLatestFiledAt": "2026-07-02"
                },
                "recentTransactions": [
                  {
                    "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/...",
                    "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
                }
              },
              "methodology": "https://docs.useotto.xyz/acp-swarm/sec-filings-m...",
              "note": "Insider Form 4 activity in this company, alongsi...",
              "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": "6000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/equity-smart-money",
              "scheme": "exact",
              "validUntil": 1789457574,
              "version": 1
            },
            "signature": "0x92023939c14114f6c46457c4ce4dc25def8f9866ad060b83b64f60a002acdb8e160ab8e3968129e09ded63f33d6ffffe6907515cc624dbdaa75189b715dfb0431c"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "6000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/equity-smart-money",
              "scheme": "exact",
              "validUntil": 1789457574,
              "version": 1
            },
            "signature": "0x4204ef3312bf125696e6e22a9278a356365a01d6fd14648a5d51623026d0b1175ed625d77a7814c4619d37918b0454618832f9a1234846a2acad3b1baa565cf01c"
          }
        ]
      },
      "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-15T07:27:54.776Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-15T07:27:54.496Z"
  },
  "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"
  }
}