# MoonMaker API — AI-native crypto intelligence # https://api.moonmaker.cc # Pay-per-call via x402 (USDC on Base L2). No API keys needed. ## Endpoints ### Free - GET /stats — Performance track record (win rate, expectancy, alpha) - GET /health — Health check - GET /arena/snapshot — Current Arena state ### Paid (x402 USDC on Base) - GET /signal/{coin} ($0.05) — Real-time signal with 25-indicator consensus. coin: BTC, ETH, SOL - GET /context/{coin} ($0.05) — Raw 25 indicator values + category summary - GET /regime ($0.05) — Market regime classification (FEAR_CAPITULATION, ACCUMULATION, MARKUP, etc) - GET /risk/{coin} ($0.10) — Risk assessment with SL/TP, R:R ratio, position sizing - GET /institutions ($0.05) — Corporate BTC holdings (MSTR, Marathon, 11+ companies) - GET /events ($0.03) — Economic calendar (FOMC, CPI, NFP, PPI) - GET /market/etf ($0.02) — Bitcoin ETF institutional flows - GET /market/overview ($0.10) — Full market overview (signals + ETF + stablecoin) - GET /yields ($0.05) — DeFi yield scanner: best stablecoin & blue-chip yields across 8 chains, 18K+ pools - GET /dex/alpha ($0.05) — DEX alpha scanner: trending/boosted tokens with AI scoring - GET /defi/recommend ($0.10) — AI DeFi position recommender: personalized yield strategy. Query: ?risk=conservative|moderate|aggressive - GET /geo/events ($0.05) — Geopolitical events with market impact analysis (war, sanctions, tariffs → BTC/ETH/Gold/Oil impact) - GET /geo/alert ($0.03) — Active HIGH/CRITICAL geopolitical alerts affecting crypto markets (last 24h) ## Payment All paid endpoints use the x402 protocol. Send USDC on Base L2. No API keys, no registration. Just pay and get data. ## Example ``` curl https://api.moonmaker.cc/signal/BTC # Returns 402 with x402 payment instructions # Complete payment → receive signal data ```