mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Smart-money bundle for any US-listed company by ticker, in ONE call: SEC Form 4 insider ac

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.

Do you run x402.ottoai.services? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
6000 (raw units)
price
7
calls / 30d
3
unique payers
2026-09-15
updated

Provider

x402.ottoai.services · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "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": {}
}

Use it

curl

curl "https://x402.ottoai.services/equity-smart-money"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402.ottoai.services/equity-smart-money");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402.ottoai.services/equity-smart-money")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/173.json, and this resource appears in /discovery/resources and /discovery/search.