{
  "schema_version": "1.0",
  "name": "MoonMaker",
  "description": "AI-native crypto trading signals API. Real-time BTC/ETH/SOL signals with 25-indicator scoring system. Pay per call via x402 protocol — no API keys, no subscriptions.",
  "url": "https://moonmaker.cc",
  "api": {
    "base_url": "https://api.moonmaker.cc",
    "openapi_spec": "https://moonmaker.cc/openapi.json",
    "llms_txt": "https://moonmaker.cc/llms.txt",
    "docs": "https://moonmaker.cc/docs"
  },
  "payment": {
    "protocol": "x402",
    "description": "HTTP 402 Payment Required — automatic micropayments",
    "currency": "USDC",
    "network": "Base L2 (EIP-155:8453)",
    "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
  },
  "endpoints": [
    {
      "path": "/signal/{coin}",
      "method": "GET",
      "description": "Real-time trading signal for a specific coin (BTC, ETH, SOL)",
      "price": "$0.05 USDC",
      "parameters": {
        "coin": "BTC | ETH | SOL"
      }
    },
    {
      "path": "/market/overview",
      "method": "GET",
      "description": "Full market overview with prices, sentiment, ETF flows, derivatives",
      "price": "$0.10 USDC"
    },
    {
      "path": "/market/etf",
      "method": "GET",
      "description": "ETF institutional flow breakdown",
      "price": "$0.05 USDC"
    },
    {
      "path": "/health",
      "method": "GET",
      "description": "Health check",
      "price": "free"
    }
  ],
  "capabilities": [
    "crypto-signals",
    "market-data",
    "etf-flows",
    "derivatives-data",
    "sentiment-analysis"
  ],
  "contact": {
    "website": "https://moonmaker.cc",
    "telegram": "https://t.me/MoonMakerSignals"
  }
}
