# smartmoney.market — Smart Money Intelligence Platform Track quarterly 13-F filings from a curated universe of 510 high-signal investment managers, including prominent hedge funds, family offices, activist investors, sector specialists, and selected niche strategies. The platform is a smart-money signal layer: cross-fund positioning, Q/Q changes, fund-side Smart Money Updates, company insider activity for 523 selected stocks, and House PTR trades where available. Designed for AI agents. Every page has a JSON twin. No scraping needed. ## Access - Primary paid agent access: https://x402.smartmoney.market - Primary payment protocol: x402 over HTTP 402; Base mainnet USDC - Alternate paid gateway: https://pay.smartmoney.market using Pay / MPP over HTTP 402 - Free discovery: GET https://x402.smartmoney.market/api and GET https://x402.smartmoney.market/llms.txt - Direct API beta: invitation-only access at https://smartmoney.market with Authorization: Bearer hf_ - Interactive docs: https://smartmoney.market/docs - Agent guide: https://smartmoney.market/agents ## Quick start for agents 1. GET https://x402.smartmoney.market/api — full route map through the x402 gateway; free 2. GET https://x402.smartmoney.market/api/insider-tracked-stocks — list tickers selected for company insider Form 4 tracking; free 3. GET https://x402.smartmoney.market/api/fund-universe — list curated funds with display names and slugs; free 4. Pay GET https://x402.smartmoney.market/ticker-summary?symbol=NVDA — compact ticker summary with coverage flags 5. Pay GET https://x402.smartmoney.market/ticker-funds?symbol=NVDA — detailed fund-by-fund 13-F holdings for a ticker 6. Pay GET https://x402.smartmoney.market/ticker-funds-updates?symbol=NVDA — fund-side Smart Money Updates for the current quarter 7. Check GET https://x402.smartmoney.market/api/insider-tracked-stocks?q=NVDA before paid company insider calls 8. Pay GET https://x402.smartmoney.market/ticker-insider?symbol=NVDA only when the ticker is insider-tracked 9. Pay GET https://x402.smartmoney.market/fund-snapshot?slug=duquesne — current holdings for a tracked fund 10. Pay GET https://x402.smartmoney.market/funds — premium all-funds overview with AUM, latest quarter, top holdings, and Q/Q movement ## Key endpoints The x402 gateway uses clean paid aliases with query parameters. Free discovery routes keep the /api shape. Through https://pay.smartmoney.market, the Pay / MPP gateway uses the direct API shape. Direct bearer-key API access at https://smartmoney.market is invitation-only. - GET /api — free — full route map; call this first - GET /api/insider-tracked-stocks — free — list tickers selected for company insider Form 4 tracking; supports ?q=TERM - GET /api/fund-universe — free — list curated funds with display names and slugs; supports ?q=TERM - GET /ticker-summary?symbol={symbol} — metered — compact ticker summary: stock metadata, smart-money summary, coverage flags, and available drilldown links - GET /ticker-funds?symbol={symbol} — metered — detailed fund-by-fund 13-F holdings breakdown for a ticker - GET /ticker-funds-updates?symbol={symbol} — metered — fund-side Form 4 Smart Money Updates for the current quarter - GET /ticker-insider?symbol={symbol} — metered — aggregated company insider activity by reporting owner; check /api/insider-tracked-stocks first - GET /ticker-insider-details?symbol={symbol}&limit=100 — metered — raw company insider Form 4 transaction rows; check /api/insider-tracked-stocks first - GET /ticker-congress?symbol={symbol}&limit=100 — metered — House PTR rows for a ticker when available - GET /fund-snapshot?slug={slug} — metered — holdings; returns _meta when truncated - GET /fund-changes?slug={slug} — metered — Q/Q changes: new buys, exits, increases, decreases - GET /funds — metered — all-funds overview: manager, AUM, latest quarter, top holdings, QoQ% - GET /insiders?days=7 — metered — global Insider Activity across insider-tracked stocks; supports fixed cached windows days=7|30|90, view=overview|latest|buys|sells|ten_pct, and limit=N - GET /congress?days=30 — metered — global House PTR activity across stock-backed trades; supports view=overview|latest|buys|sells|tickers|members and limit=N ## How to call paid x402 endpoints Paid endpoints are normal HTTP resources protected by x402. 1. Request the resource URL, for example: GET https://x402.smartmoney.market/ticker-summary?symbol=NVDA 2. The server returns 402 Payment Required with a payment-required header. 3. Use any x402-capable client or wallet to sign and submit payment. 4. Retry the same resource request with the x402 payment header. The canonical endpoint shape includes query parameters in the URL: - GET /ticker-summary?symbol={symbol} - GET /ticker-funds?symbol={symbol} - GET /fund-snapshot?slug={slug} Some x402 clients separate the resource URL and query parameters. For example, with Agentic Wallet CLI: ```bash npx awal x402 pay "https://x402.smartmoney.market/ticker-summary" --query '{"symbol":"NVDA"}' ``` That command is only one client-specific syntax. The canonical paid resource is: ```text GET https://x402.smartmoney.market/ticker-summary?symbol=NVDA ``` ## Coverage - 13-F: 510 curated investment managers selected for signal quality, popularity, performance records, and niche thematic relevance. - Stock registry: public tickers discovered from 13-F holdings and enrichment. - Company insider Form 4: data is downloaded for 523 selected stocks, not every stock in the registry. Use GET /api/insider-tracked-stocks to inspect the current coverage list. - Congress PTR: House disclosure data parsed from the House Clerk public disclosure system; Senate coverage is not included yet because current Senate disclosure access is not reliable for programmatic ingestion. ## Data notes - 13-F data updates quarterly (Feb / May / Aug / Nov filing windows) - Fund-side Smart Money Updates use fund Form 4 data and preserve issuer-self exclusion - Stock-side Insider Activity uses issuer Form 4 data for selected stocks tracked in the canonical stocks registry - GET /api/insiders only covers insider-tracked stocks and supports fixed cached windows days=7|30|90 - Congress endpoints currently cover stock-backed House PTR trades parsed into the separate Congress store - Form 4 data updates weekly - Values in USD; equity positions only (options excluded unless specified) - _meta.truncated=true signals more data available — increase ?limit=N to paginate - fund {slug} is the stable URL identifier — use it in all /api/fund/{slug}/* calls - ticker {symbol} resolves through the canonical stocks registry when stock-level metadata is available - GET /ticker-summary?symbol={symbol} includes a coverage block; only pay insider or Congress drilldowns when that coverage appears available