API · Agentic Access

Built for agents, not just browsers

Smart Money Tracker is API-first — every page has a JSON twin. Query 13-F filings from a curated universe of 510 high-signal investment managers, cross-fund positioning on any ticker, Q/Q changes, fund-side Smart Money Updates, company insider activity for 523 selected stocks, and House PTR signals where available. Drop the data directly into Claude, Codex or any other AI agent without scraping or manual export.

Step 1

Use the x402 gateway

Paid agent access runs through https://x402.smartmoney.market. Metered endpoints use x402 over HTTP 402 with Base mainnet USDC. https://pay.smartmoney.market remains available as a Pay / MPP alternate.

Step 2

Discover endpoints

Free discovery endpoints expose the route map and coverage notes before any paid call.

GET https://x402.smartmoney.market/api
Step 3

Direct beta access

Manual API keys are still available for invited integrations at https://smartmoney.market.

Authorization: Bearer hf_<your-key>

The x402 gateway uses clean paid aliases such as /ticker-summary?symbol=NVDA and /fund-snapshot?slug=duquesne. Free discovery still uses /api/... routes. Pay / MPP remains available as an alternate for the direct API shape, and invited direct beta access uses Authorization: Bearer hf_<key>. For company insider calls, first check GET /api/insider-tracked-stocks so you do not pay for an untracked ticker.

Endpoint Access What it returns
GET /api free Full route map — agent discovery entry point
GET /api/fund-universe free Current curated fund universe — display names and slugs only; supports ?q=TERM
GET /funds metered Premium all-funds overview — manager, AUM, latest quarter, top holdings, QoQ%
GET /api/dashboard direct beta Dashboard intelligence — HF consensus stocks, capital concentration, insider activity — supports ?tier=all|core|elite
GET /fund-snapshot?slug={slug} metered Fund holdings — supports ?limit=N, returns _meta when truncated
GET /fund-changes?slug={slug} metered Q/Q changes — new buys, exits, increases, decreases
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 smart-money holdings breakdown
GET /ticker-funds-updates?symbol={symbol} metered Fund-side Form 4 Smart Money Updates during the current quarter
GET /ticker-insider?symbol={symbol} metered Aggregated company insider activity by reporting owner when the ticker is insider-tracked
GET /ticker-insider-details?symbol={symbol}&limit=N metered Raw company insider Form 4 transactions for insider-tracked tickers — supports ?limit=N
GET /ticker-congress?symbol={symbol}&limit=N metered Ticker-level House PTR activity when available — supports ?limit=N
GET /insiders?days=7 metered Global Insider Activity across 523 selected stocks — supports fixed cached windows days=7|30|90, view=overview|latest|buys|sells|ten_pct, and limit=N
GET /api/insider-tracked-stocks free Current company insider Form 4 ticker coverage list — supports ?q=TERM
GET /congress?days=30 metered Global House PTR activity — supports view=overview|latest|buys|sells|tickers|members and limit=N
GET /api/watchlist direct beta Current user's watchlist with smart-money summary stats
GET /api/sector direct beta Sector allocation heatmap across all funds
GET /api/tickers/search?q=NVDA direct beta Search stock and holdings data by ticker symbol or company name

Interactive API explorer

Full OpenAPI spec — every parameter, every response schema, live "Try it out" for every endpoint.

Open /docs →

Copy any prompt below into a Claude or Codex conversation. Use the x402 gateway for paid agent access, use Pay / MPP as an alternate, or replace hf_YOUR_KEY when using direct invited API access.

Cold Start — Discover the API

General
You have access to smartmoney.market through the x402 gateway at https://x402.smartmoney.market. Use an x402-capable HTTP client for metered endpoints. Free discovery endpoints do not require payment. Start by calling GET /api to see all available endpoints, then GET /api/insider-tracked-stocks to inspect company insider Form 4 coverage, then GET /api/fund-universe to see the curated fund list and slugs. Give me a brief overview of the fund universe and suggest a few fund slugs to inspect next.

Smart Money on a Ticker

Conviction
You have access to smartmoney.market through the x402 gateway at https://x402.smartmoney.market. Use an x402-capable HTTP client for metered endpoints. I want to understand smart money positioning on NVDA. 1. Pay GET /ticker-summary?symbol=NVDA for the compact summary and coverage flags 2. Pay GET /ticker-funds?symbol=NVDA for detailed fund-by-fund 13-F positioning 3. Pay GET /ticker-funds-updates?symbol=NVDA for fund-side Smart Money Updates 4. First check GET /api/insider-tracked-stocks?q=NVDA; only pay GET /ticker-insider?symbol=NVDA if NVDA is listed or the summary coverage says insider data is available 5. Only pay GET /ticker-congress?symbol=NVDA&limit=100 if the summary coverage says House PTR data is available 6. Report: - Which funds hold it and their position size as % of portfolio - Q/Q direction for each fund (increasing / decreasing / new / exited) - Aggregate trend across all funds vs last quarter - Any fund-side Smart Money Updates during the current quarter - Any company insider open-market buying or selling - Any House PTR buys or sells and how recent they are 7. Give me your conviction read — is this a high-conviction institutional holding, or is the picture mixed?

Fund Snapshot

Portfolio
You have access to smartmoney.market through the x402 gateway at https://x402.smartmoney.market. Use an x402-capable HTTP client for metered endpoints. First call GET /api/fund-universe to get the list of fund slugs. Then pay GET /fund-snapshot?slug=duquesne for the latest Duquesne snapshot. Summarise: - Top 10 holdings with position sizes and % of portfolio - Sector concentration (top 3 sectors by allocation) - Q/Q portfolio AUM change % - Any position that stands out as unusually large or recently added

Global Insider Discovery

Insiders
You have access to smartmoney.market through the x402 gateway at https://x402.smartmoney.market. Use an x402-capable HTTP client for metered endpoints. I want to find important recent insider activity across tracked stocks. 1. Call GET /api/insider-tracked-stocks to inspect the current company insider Form 4 coverage list. 2. Pay GET /insiders?days=7. Supported windows are days=7, days=30, and days=90. 3. Report: - Latest Insider Trading groups with the largest net open-market value - Top open-market buys and sells - Any 10% owner activity that looks material - Which tickers deserve follow-up Then use the focused views if needed: - GET /insiders?view=latest&days=30&limit=100 - GET /insiders?view=buys&days=30&limit=100 - GET /insiders?view=sells&days=30&limit=100 - GET /insiders?view=ten_pct&days=30&limit=100

Congress Discovery

Congress
You have access to smartmoney.market through the x402 gateway at https://x402.smartmoney.market. Use an x402-capable HTTP client for metered endpoints. I want to understand recent House PTR trading activity. 1. Pay GET /congress?days=30 2. Summarise: - Latest trades - Recent buys vs sells - Most active tickers - Most active members - Any unusual House disclosure lag Then use focused views if needed: - GET /congress?view=latest&days=90&limit=100 - GET /congress?view=buys&days=90&limit=100 - GET /congress?view=sells&days=90&limit=100 - GET /congress?view=tickers&days=90&limit=100 - GET /congress?view=members&days=90&limit=100

Investment Memo Support

Deep dive
You have access to smartmoney.market through the x402 gateway at https://x402.smartmoney.market. Use an x402-capable HTTP client for metered endpoints. I am building an investment memo on [TICKER] and need the smart money picture. Start by paying GET /ticker-summary?symbol=[TICKER], then use the drilldowns: - GET /ticker-funds?symbol=[TICKER] - GET /ticker-funds-updates?symbol=[TICKER] First check GET /api/insider-tracked-stocks?q=[TICKER], and only call these if coverage is available: - GET /ticker-insider?symbol=[TICKER] - GET /ticker-congress?symbol=[TICKER]&limit=100 Tell me: - Which top-tier funds hold it (Duquesne, Citadel, Point72, Bridgewater, Millennium) - Whether the aggregate trend is growing or shrinking vs last quarter - Whether any fund has a material position (>3% of portfolio) - Fund-side Smart Money Updates during the current quarter - Company insider activity, especially open-market purchases or sales, if this ticker is insider-tracked - House PTR activity, if any, with dates and buy/sell direction Be direct and cite the numbers. Flag anything that contradicts a bullish thesis.

Ready to get access?

API keys are issued manually — email to request one and include a short note on your use case.
Currently free during early access.

Request API Key →

This page is also available as plain text for programmatic agent access: /llms.txt