{
  "version": "1.0",
  "operator": "trafficmonetize.com",
  "description": "Structured data feeds — market, equities, trends, company intelligence, real estate, and legal/regulatory — gated by x402 Solana USDC micro-payments. Three pricing tiers.",
  "payment": {
    "protocol": "x402",
    "network": "solana-mainnet",
    "token": "USDC",
    "mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "destination_wallet": "ByhUuGBAs7yzr74DJvtGAKv9bfg9wj1mDHUrWHjX6tT8",
    "header_name": "X-Payment",
    "header_format": "base64(JSON)",
    "payload_schema": {
      "txSignature": "string — confirmed Solana transaction signature",
      "crawlerName": "string? — optional bot identifier (e.g. MyBot/1.0)"
    },
    "response_headers": {
      "X-Poll-Interval": "recommended seconds between re-polls",
      "X-Data-TTL": "seconds until data considered stale"
    }
  },
  "pricing_tiers": {
    "base":    { "fee_usdc": "0.005", "endpoints": ["/api/v1/data-hub/sample", "/api/v1/data-hub/market", "/api/v1/data-hub/stocks", "/api/v1/data-hub/trends"] },
    "pro":     { "fee_usdc": "0.010", "endpoints": ["/api/v1/data-hub/entities", "/api/v1/data-hub/real-estate"] },
    "premium": { "fee_usdc": "0.020", "endpoints": ["/api/v1/data-hub/legal"] }
  },
  "endpoints": [
    { "path": "/api/v1/data-hub/market",      "method": "GET", "fee_usdc": "0.005", "poll_interval_seconds": 30,    "refresh": "per-request", "description": "Live crypto market intelligence — top-20 quotes, momentum, dominance, risk signal" },
    { "path": "/api/v1/data-hub/stocks",      "method": "GET", "fee_usdc": "0.005", "poll_interval_seconds": 60,    "refresh": "per-request", "description": "Live US equity intelligence — top-20 S&P 500, P/E, 52w range, sector performance, indices" },
    { "path": "/api/v1/data-hub/trends",      "method": "GET", "fee_usdc": "0.005", "poll_interval_seconds": 3600,  "refresh": "hourly",      "description": "Web intelligence — trending topics, velocity scores, entity heat, anomaly flags" },
    { "path": "/api/v1/data-hub/entities",    "method": "GET", "fee_usdc": "0.010", "poll_interval_seconds": 86400, "refresh": "daily",       "description": "Company intelligence — profiles, funding rounds, hiring signals, investment scores" },
    { "path": "/api/v1/data-hub/real-estate", "method": "GET", "fee_usdc": "0.010", "poll_interval_seconds": 86400, "refresh": "daily",       "description": "Real estate intelligence — listings, cap rates, yields, metro market conditions" },
    { "path": "/api/v1/data-hub/legal",       "method": "GET", "fee_usdc": "0.020", "poll_interval_seconds": 3600,  "refresh": "hourly",      "description": "Legal intelligence — SEC EDGAR filings, patent applications, regulatory alerts" },
    { "path": "/api/v1/data-hub/sample",      "method": "GET", "fee_usdc": "0.005", "poll_interval_seconds": 3600,  "refresh": "on-request",  "description": "Preview record" }
  ],
  "discovery": {
    "openapi": "https://trafficmonetize.com/api/openapi.json",
    "llms_txt": "https://trafficmonetize.com/llms.txt",
    "ai_plugin": "https://trafficmonetize.com/.well-known/ai-plugin.json"
  }
}
