Skip to content

Build on prediction market intelligence.

API access to trader grades, whale trades, smart money signals, and insider detection. For AI agents, trading bots, and research tools.

6 endpoints

Questions agents ask, answered.

GET/api/v1/trader/{address}

Should I trust this trader?

Grade (S-F), ML-detected strategy, P&L, win rate, and category strengths.

Request
curl -H "Authorization: Bearer oxi_sk_live_..." \
  https://api.0xinsider.com/api/v1/trader/0xabc123
Response
{
  "object": "trader",
  "data": {
    "id": "trd_0xabc123",
    "grade": "S",
    "score": 9.2,
    "strategy": {
      "type": "event_arbitrageur",
      "confidence": 0.89
    },
    "pnl": {
      "realized": 195200,
      "unrealized": 89331
    }
  }
}
MCP Server

Native in Claude Code and Cursor.

Ask your AI “What's the smart money doing on Bitcoin?” and it queries 0xinsider natively.

Claude Code / Cursor config
{
  "mcpServers": {
    "0xinsider": {
      "command": "npx",
      "args": ["@0xinsider/mcp"],
      "env": {
        "OXINSIDER_API_KEY": "oxi_sk_live_..."
      }
    }
  }
}
Available tools
get_traderEvaluate a trader's grade and strategy
get_whale_tradesRecent large trades with signal scoring
get_market_intelSmart money flow for a market
get_leaderboardTop traders by any metric
search_marketsFind markets with intelligence signals
get_insider_radarSuspicious trading patterns
What you get

Intelligence, 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.

Coming next

CLI

Soon

Query 0xinsider from your terminal. Pipe whale trades into scripts, automate alerts, export data.

WebSocket streaming

Soon

Real-time whale trade stream. Sub-second latency for trading bots and live dashboards.

Webhooks

Soon

Push notifications when conditions are met. Alert me when an S-grade trader buys in crypto.