{
  "version": "1.0",
  "name": "PureSignal402",
  "description": "Prediction-market confidence signals across Kalshi (crypto, macro, politics, weather, sports, tech). Returns markets where crowd consensus exceeds a configurable confidence threshold, with TTL and liquidity metadata for tradability.",
  "provider": {
    "name": "SolanaLoki",
    "url": "https://puresignal402.xyz"
  },
  "endpoints": [
    {
      "path": "/v1/signals",
      "method": "GET",
      "description": "High-confidence prediction-market signals across all categories. Defaults to a 24h time window; agents may extend or narrow via query params.",
      "price": "0.005",
      "token": "USDC",
      "chain": "base",
      "query_params": {
        "min_confidence": "float 0.5-0.99 (default 0.88)",
        "category": "crypto|macro|politics|weather|sports|tech|all",
        "asset": "BTC|ETH|SOL|BNB|DOGE|all",
        "platform": "kalshi (polymarket pending)",
        "max_ttl_seconds": "int (default 86400)",
        "min_ttl_seconds": "int (optional)"
      }
    },
    {
      "path": "/v1/live",
      "method": "GET",
      "description": "Marquee endpoint: signals from markets settling soon. Sorted by time-to-settle ascending. Pre-tuned for tradeable-now signals. Use within_minutes=30 for the ultra-fresh closing-soon feed.",
      "price": "0.005",
      "token": "USDC",
      "chain": "base",
      "query_params": {
        "within_minutes": "int 1-1440 (default 240, i.e. 4h)",
        "min_confidence": "float 0.5-0.99 (default 0.85)",
        "min_liquidity_dollars": "float (default 0, optional tradability floor)",
        "category": "crypto|macro|politics|weather|sports|tech",
        "asset": "BTC|ETH|SOL|BNB|DOGE|all"
      }
    }
  ],
  "payment": {
    "scheme": "x402",
    "token": "USDC",
    "chain": "base",
    "receiving_address": "0x6476D35895ACd991a798291CdC55bbCf39aE9DaB"
  }
}
