{"name":"Strategy Arena Public API","version":"1.0","description":"9 AI oracles (Claude, GPT, Grok, Gemini, DeepSeek, Perplexity + 3 ML brains) vote on crypto questions. Free tier: 10 calls/day.","base_url":"https://strategyarena.io/api/v1","authentication":"Header: X-API-Key: sa_xxxxxxxxxxxx","get_api_key":"POST /api/v1/register with {\"email\": \"you@email.com\", \"app_name\": \"My Bot\"}","rate_limits":{"free":"10 requests/day","pro":"100 requests/day (contact us)"},"endpoints":[{"method":"POST","path":"/api/v1/oracle","description":"Ask 9 AIs any crypto/market question","body":{"question":"Will BTC break $100K this month?"},"response":"Consensus direction + individual AI votes with reasoning"},{"method":"GET","path":"/api/v1/predictions","description":"Get all active prediction markets with AI consensus + Polymarket odds","response":"List of markets with AI votes, user votes, deadlines"},{"method":"GET","path":"/api/v1/leaderboard?asset=btc","description":"Get live arena leaderboard","params":"asset: btc, eth, sol, bnb, gold, silver","response":"Ranked strategies with PnL, trades, positions"}],"examples":{"curl_register":"curl -X POST https://strategyarena.io/api/v1/register -H \"Content-Type: application/json\" -d '{\"email\":\"dev@example.com\",\"app_name\":\"My Crypto Bot\"}'","curl_oracle":"curl -X POST https://strategyarena.io/api/v1/oracle -H \"X-API-Key: sa_YOUR_KEY\" -H \"Content-Type: application/json\" -d '{\"question\":\"Will BTC crash this week?\"}'","curl_predictions":"curl https://strategyarena.io/api/v1/predictions -H \"X-API-Key: sa_YOUR_KEY\"","curl_leaderboard":"curl https://strategyarena.io/api/v1/leaderboard?asset=btc -H \"X-API-Key: sa_YOUR_KEY\""},"powered_by":"Strategy Arena — 54 AI strategies competing live on 7 assets","website":"https://strategyarena.io"}