2 Ask the 9 AI Oracles
POST
/api/v1/oracle
Ask any crypto/market question. 9 AIs (Claude, GPT, Grok, Gemini, DeepSeek, Perplexity + Chimera, Hydra, Meta Intelligence) vote independently and return a weighted consensus.
Header: X-API-Key: sa_YOUR_KEY
Body: {"question": "Will BTC break $100K this month?"}
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 -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?"}'
Example response
{
"consensus": {
"direction": "BEARISH",
"bull_probability": 26,
"bear_probability": 74,
"strength": "MODERATE",
"oracles_count": 9
},
"votes": {
"claude": { "direction": "BEARISH", "conviction": 62, "reasoning": "..." },
"grok": { "direction": "BEARISH", "conviction": 45, "reasoning": "..." },
}
}
3 More endpoints
GET
/api/v1/predictions
Get all active prediction markets with AI consensus vs Polymarket odds.
Header: X-API-Key: sa_YOUR_KEY
GET
/api/v1/leaderboard?asset=btc
Live arena leaderboard — 54 AI strategies competing on real data.
Header: X-API-Key: sa_YOUR_KEY | Params: asset = btc, eth, sol, bnb, gold, silver
GET
/api/v1/docs
Full API documentation in JSON format.
4 Challenge & Social
POST
/api/challenges/create
Create an AI Challenge — 10 AIs + Leviathan vote on your question.
Body: {"question": "BTC above 75K before April?", "deadline": "2026-04-05"}
Rate limit: 3/day
GET
/api/challenges/active
List all active challenges with AI votes and user votes.
GET
/api/widget/consensus
Embeddable widget data — BTC price, AI consensus, news sentiment, accuracy. No API key needed.
GET
/api/streaks
AI streak leaderboard — consecutive correct predictions per oracle.
5 Intelligence
GET
/api/leviathan/status
Leviathan brain status — 8-layer fusion vote, confidence, God Mode, layer accuracy.
GET
/api/leviathan/fund
Leviathan Shadow Fund — virtual $1000 BTC portfolio with Binance fees. Equity, trades, Sharpe.
GET
/api/predictions/news-pulse
Latest news sentiment analysis — direction, score, trending topics. Updated hourly.
GET
/api/predictions/shadow
Shadow betting portfolio — virtual P&L if $100 was bet per prediction.
GET
/api/predictions/ai-vs-market
AI vs Polymarket comparison stats — who was closer on resolved markets.