Build on prediction market intelligence.
Included with InsiderAPI access to trader grades, whale trades, smart money signals, and insider detection. For AI agents, trading bots, and research tools.
Questions agents ask, answered.
/api/v1/trader/{address}“Should I trust this trader?”
Grade (S-F), ML-detected strategy, P&L, win rate, and category strengths.
curl -H "Authorization: Bearer oxi_sk_live_..." \ https://api.0xinsider.com/api/v1/trader/0xabc123
{
"object": "trader",
"data": {
"id": "trd_0xabc123",
"grade": "S",
"score": 9.2,
"strategy": {
"type": "event_arbitrageur",
"confidence": 0.89
},
"pnl": {
"realized": 195200,
"unrealized": 89331
}
}
}Native in Claude Code and Cursor.
Ask your AI “What's the smart money doing on Bitcoin?” and it queries 0xinsider natively.
{
"mcpServers": {
"0xinsider": {
"command": "npx",
"args": ["@0xinsider/mcp"],
"env": {
"OXINSIDER_API_KEY": "oxi_sk_live_..."
}
}
}
}get_traderEvaluate a trader's grade and strategyget_whale_tradesRecent large trades with signal scoringget_market_intelSmart money flow for a marketget_leaderboardTop traders by any metricsearch_marketsFind markets with intelligence signalsget_insider_radarSuspicious trading patternsIntelligence, not just data.
Signal scoring
Every whale trade gets a 0-1 significance score based on trader grade, size, timing, and market context.
Trader grades
S through F grades from win rate, volume, edge consistency, and 40+ quant metrics. Updated daily.
Strategy detection
ML classifies each trader — arbitrageur, momentum, market maker, directional. With confidence scores.
Insider radar
Coordinated wallets, pre-resolution accumulation, suspicious timing. Unique to 0xinsider.
Cursor pagination
Composite timestamp + ID cursors. No skipped records on batch fills. Built for agents that poll.
Expandable fields
?expand[]=strategy to opt into heavy fields. Low latency by default, depth when you need it.
CLI
SoonQuery 0xinsider from your terminal. Pipe whale trades into scripts, automate alerts, export data.
WebSocket streaming
SoonReal-time whale trade stream. Sub-second latency for trading bots and live dashboards.
Webhooks
SoonPush notifications when conditions are met. Alert me when an S-grade trader buys in crypto.