{
  "message": "Smartmoney x402 — Smart Money Intelligence API",
  "description": "Paid x402 API for hedge-fund 13-F positioning, company insider Form 4 activity, and US House PTR trading signals. Settled in USDC on Base.",
  "serviceName": "Smartmoney",
  "providerUrl": "https://smartmoney.market/agents",
  "payment": "USDC via x402 v2 on Base mainnet",
  "documentation": "https://smartmoney.market/agents",
  "callPattern": "Use resourceUrlTemplate as the canonical paid HTTP resource. Some clients may separate paymentUrl and queryParameters.",
  "clientExamples": {
    "awal": "npx awal x402 pay \"https://x402.smartmoney.market/ticker-summary\" --query '{\"symbol\":\"NVDA\"}'"
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/ticker-summary",
      "pathTemplate": "/ticker-summary?symbol={symbol}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/ticker-summary?symbol={symbol}",
      "pathWithQuery": "/ticker-summary?symbol=NVDA",
      "paymentUrl": "https://x402.smartmoney.market/ticker-summary",
      "queryParameters": {
        "symbol": {
          "type": "string",
          "required": true,
          "example": "NVDA",
          "description": "Ticker symbol to analyze, for example NVDA, AAPL, or MSFT."
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/ticker-summary?symbol=NVDA",
      "price": "$0.01",
      "category": "Data",
      "description": "Smartmoney ticker intelligence for one public stock: hedge-fund 13-F ownership, aggregate smart-money trend, insider Form 4 activity, House PTR trades, coverage flags, and drilldown links."
    },
    {
      "method": "GET",
      "path": "/ticker-funds",
      "pathTemplate": "/ticker-funds?symbol={symbol}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/ticker-funds?symbol={symbol}",
      "pathWithQuery": "/ticker-funds?symbol=NVDA",
      "paymentUrl": "https://x402.smartmoney.market/ticker-funds",
      "queryParameters": {
        "symbol": {
          "type": "string",
          "required": true,
          "example": "NVDA",
          "description": "Ticker symbol to analyze, for example NVDA, AAPL, or MSFT."
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/ticker-funds?symbol=NVDA",
      "price": "$0.02",
      "category": "Data",
      "description": "Fund-by-fund 13-F positioning for one ticker: shares, market value, portfolio weight, puts/calls, reporting period, and trend across tracked smart-money funds."
    },
    {
      "method": "GET",
      "path": "/ticker-funds-updates",
      "pathTemplate": "/ticker-funds-updates?symbol={symbol}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/ticker-funds-updates?symbol={symbol}",
      "pathWithQuery": "/ticker-funds-updates?symbol=NVDA",
      "paymentUrl": "https://x402.smartmoney.market/ticker-funds-updates",
      "queryParameters": {
        "symbol": {
          "type": "string",
          "required": true,
          "example": "NVDA",
          "description": "Ticker symbol to analyze, for example NVDA, AAPL, or MSFT."
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/ticker-funds-updates?symbol=NVDA",
      "price": "$0.01",
      "category": "Data",
      "description": "Fund-side SEC Form 4 smart-money updates for one ticker during the current quarter, surfacing post-13-F activity by concentrated fund holders."
    },
    {
      "method": "GET",
      "path": "/ticker-insider",
      "pathTemplate": "/ticker-insider?symbol={symbol}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/ticker-insider?symbol={symbol}",
      "pathWithQuery": "/ticker-insider?symbol=NVDA",
      "paymentUrl": "https://x402.smartmoney.market/ticker-insider",
      "queryParameters": {
        "symbol": {
          "type": "string",
          "required": true,
          "example": "NVDA",
          "description": "Ticker symbol to analyze, for example NVDA, AAPL, or MSFT."
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/ticker-insider?symbol=NVDA",
      "price": "$0.01",
      "category": "Data",
      "description": "Aggregated company insider Form 4 activity for one selected tracked ticker, grouped by reporting owner with buy/sell counts, open-market value, roles, and activity windows. Precheck free coverage with GET /api/insider-tracked-stocks?q={symbol} before paying.",
      "precheck": {
        "method": "GET",
        "urlTemplate": "https://x402.smartmoney.market/api/insider-tracked-stocks?q={symbol}",
        "description": "Free coverage check. Only pay this endpoint when the ticker appears in the tracked stock list."
      }
    },
    {
      "method": "GET",
      "path": "/ticker-insider-details",
      "pathTemplate": "/ticker-insider-details?symbol={symbol}&limit={limit}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/ticker-insider-details?symbol={symbol}&limit={limit}",
      "pathWithQuery": "/ticker-insider-details?symbol=NVDA&limit=100",
      "paymentUrl": "https://x402.smartmoney.market/ticker-insider-details",
      "queryParameters": {
        "symbol": {
          "type": "string",
          "required": true,
          "example": "NVDA",
          "description": "Ticker symbol to analyze, for example NVDA, AAPL, or MSFT."
        },
        "limit": {
          "type": "integer",
          "required": false,
          "example": 100
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/ticker-insider-details?symbol=NVDA&limit=100",
      "price": "$0.01",
      "category": "Data",
      "description": "Detailed company insider Form 4 transaction rows for one selected tracked ticker, including reporting owner, role, transaction code, shares, price, value, and filing date. Precheck free coverage with GET /api/insider-tracked-stocks?q={symbol} before paying.",
      "precheck": {
        "method": "GET",
        "urlTemplate": "https://x402.smartmoney.market/api/insider-tracked-stocks?q={symbol}",
        "description": "Free coverage check. Only pay this endpoint when the ticker appears in the tracked stock list."
      }
    },
    {
      "method": "GET",
      "path": "/ticker-congress",
      "pathTemplate": "/ticker-congress?symbol={symbol}&limit={limit}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/ticker-congress?symbol={symbol}&limit={limit}",
      "pathWithQuery": "/ticker-congress?symbol=NVDA&limit=100",
      "paymentUrl": "https://x402.smartmoney.market/ticker-congress",
      "queryParameters": {
        "symbol": {
          "type": "string",
          "required": true,
          "example": "NVDA",
          "description": "Ticker symbol to analyze, for example NVDA, AAPL, or MSFT."
        },
        "limit": {
          "type": "integer",
          "required": false,
          "example": 100
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/ticker-congress?symbol=NVDA&limit=100",
      "price": "$0.01",
      "category": "Data",
      "description": "US House Periodic Transaction Report activity for one ticker, including buy/sell counts, filing dates, trade dates, active members, and recent disclosed trades."
    },
    {
      "method": "GET",
      "path": "/fund-snapshot",
      "pathTemplate": "/fund-snapshot?slug={slug}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/fund-snapshot?slug={slug}",
      "pathWithQuery": "/fund-snapshot?slug=duquesne",
      "paymentUrl": "https://x402.smartmoney.market/fund-snapshot",
      "queryParameters": {
        "slug": {
          "type": "string",
          "required": true,
          "example": "duquesne",
          "description": "Smartmoney fund slug, for example duquesne."
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/fund-snapshot?slug=duquesne",
      "price": "$0.01",
      "category": "Data",
      "description": "Hedge-fund portfolio snapshot for one tracked manager: current 13-F holdings, position weights, top exposures, sector allocation, and historical position context."
    },
    {
      "method": "GET",
      "path": "/fund-changes",
      "pathTemplate": "/fund-changes?slug={slug}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/fund-changes?slug={slug}",
      "pathWithQuery": "/fund-changes?slug=duquesne",
      "paymentUrl": "https://x402.smartmoney.market/fund-changes",
      "queryParameters": {
        "slug": {
          "type": "string",
          "required": true,
          "example": "duquesne",
          "description": "Smartmoney fund slug, for example duquesne."
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/fund-changes?slug=duquesne",
      "price": "$0.01",
      "category": "Data",
      "description": "Quarter-over-quarter 13-F changes for one tracked fund: new buys, exits, increases, decreases, position deltas, and fund-side Form 4 smart-money updates."
    },
    {
      "method": "GET",
      "path": "/funds",
      "pathTemplate": "/funds",
      "resourceUrlTemplate": "https://x402.smartmoney.market/funds",
      "pathWithQuery": "/funds",
      "paymentUrl": "https://x402.smartmoney.market/funds",
      "queryParameters": {},
      "exampleUrl": "https://x402.smartmoney.market/funds",
      "price": "$0.10",
      "category": "Data",
      "description": "Smartmoney all-funds overview across the tracked 13-F universe: manager names, latest AUM, reporting quarter, top holdings, and quarter-over-quarter portfolio movement."
    },
    {
      "method": "GET",
      "path": "/insiders",
      "pathTemplate": "/insiders?days={days}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/insiders?days={days}",
      "pathWithQuery": "/insiders?days=7",
      "paymentUrl": "https://x402.smartmoney.market/insiders",
      "queryParameters": {
        "days": {
          "type": "integer",
          "required": false,
          "example": 7,
          "enum": [
            7,
            30,
            90
          ],
          "description": "Fixed cached lookback window. Supported values: 7, 30, or 90."
        },
        "view": {
          "type": "string",
          "required": false,
          "enum": [
            "overview",
            "latest",
            "buys",
            "sells",
            "ten_pct"
          ]
        },
        "limit": {
          "type": "integer",
          "required": false
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/insiders?days=7",
      "price": "$0.05",
      "category": "Data",
      "description": "Global company insider SEC Form 4 activity across Smartmoney's selected stock universe. Supports fixed cached windows days=7|30|90, view=overview|latest|buys|sells|ten_pct, and limit."
    },
    {
      "method": "GET",
      "path": "/congress",
      "pathTemplate": "/congress?days={days}",
      "resourceUrlTemplate": "https://x402.smartmoney.market/congress?days={days}",
      "pathWithQuery": "/congress?days=30",
      "paymentUrl": "https://x402.smartmoney.market/congress",
      "queryParameters": {
        "days": {
          "type": "integer",
          "required": false,
          "example": 30
        },
        "view": {
          "type": "string",
          "required": false
        },
        "limit": {
          "type": "integer",
          "required": false
        }
      },
      "exampleUrl": "https://x402.smartmoney.market/congress?days=30",
      "price": "$0.01",
      "category": "Data",
      "description": "Global US House Periodic Transaction Report activity for stock-backed trades. Supports overview, latest disclosures, focused buys/sells, active tickers, active members, days, view, and limit."
    }
  ]
}