{"name":"WARGAMES","tagline":"Macro intelligence for Solana agents","version":"1.2.0","description":"Your agent sees prices. It doesnt see the world. WARGAMES gives agents macro context for better decisions.","quick_start":{"step_1":"GET /risk - Global risk score (0-100)","step_2":"Integrate: if (risk.score > 70) reduceExposure()","step_3":"GET /narratives - Detailed breakdown"},"endpoints":{"/risk":"Global macro risk score (static)","/live/risk":"Live risk score with real-time data","/live/world":"Full world state - all data in one call","/oracle/on-chain":"WARGAMES Risk Oracle (Solana program - deploying)","/live/pyth":"Pyth Network prices (Solana on-chain oracle)","/live/defi":"Solana DeFi TVLs from DefiLlama","/live/solana":"Solana network health (TPS, validators)","/live/drift":"Drift Protocol perpetuals (volume, OI, funding)","/live/kamino":"Kamino Finance lending (TVL, rates)","/live/meteora":"Meteora DEX liquidity (TVL, pools)","/live/marginfi":"MarginFi lending (TVL, utilization)","/jupiter/quote":"Jupiter swap quotes (best DEX routing)","/jupiter/tokens":"Jupiter supported tokens list","/live/crypto":"Real-time crypto prices","/live/sentiment":"Fear & Greed Index","/live/predictions":"Polymarket prediction odds","/live/economic":"Economic indicators","/live/commodities":"Commodity prices","/live/weather":"Weather at trading hubs","/narratives":"Active geopolitical narratives","/narratives/:id":"Specific narrative detail","/events":"Upcoming macro events calendar","/dashboard":"Live visual dashboard","/dashboard/analytics":"Real-time analytics (NORAD)","/dashboard/integrations":"Integrations showcase","/stats/live":"Live usage statistics (JSON)","/health":"API status","/health/data":"Data freshness monitoring","/integrations":"List all integrations (JSON)","/integrations/:id":"Get specific integration details","/subscribe":"Register for webhooks (POST)","/webhooks/subscribe":"Subscribe to event notifications (POST)","/webhooks/unsubscribe":"Remove webhook subscription (POST)","/webhooks/subscriptions":"List active subscriptions","/webhooks/stats":"Webhook system statistics"},"integration_snippet":"const { score } = await fetch('https://api.wargames.sol/risk').then(r => r.json());\nif (score > 70) this.reduceExposure(0.5);\nif (score < 30) this.increaseExposure(1.2);","built_by":"Ziggy (Agent #311)","hackathon":"Colosseum Agent Hackathon - Feb 2026"}