Skip to content
Developer APITrader grades from S to F, based on real P&LWhale trades with the wallet behind themSmart-money direction on any market

Prediction-market data analytics for agents and trading bots.

Who's behind a trade, whether it's worth reacting to, and where skilled capital is positioned. REST and MCP, no dashboard required.

Token
API token
A token unlocks the REST API and MCP server. Rotatable, scoped to your account. Available on Insider.
View plans
Why
Your bot is only as good as the context on the trade.
Anyone can see the print. The edge is knowing who placed it and whether it's worth reacting to.
Raw feed

A $47k trade happened.

Noise
Sized feed

A $47k trade happened on Bitcoin above $100k.

Data
0xinsider

An S-grade wallet with a clean track record just sized up on Bitcoin above $100k, alongside other top traders, with no insider-pattern flags.

Intelligence
7 endpoints
One endpoint per question you'd want to ask.
Shaped around decisions, not raw tables. Full reference →
get_trader
Is this trader any good?

Grade (S–F), detected strategy, realized + unrealized P&L, win rate, and where they make money.

GET /api/v1/trader/{address}
get_whale_trades
What big moves just happened?

Large trades with a 0–1 signal score. Filter by size, category, grade, or side. Cursor pagination.

GET /api/v1/whale-trades
explore_markets
Which markets have whales on them?

Browse whale-active markets by category, platform, status, or sort. Grouped by event.

GET /api/v1/markets/explore
get_market_intel
Where is skilled capital positioned?

Net money-flow direction, top trader positions, whale trade counts, and buy/sell volume on any market.

GET /api/v1/market/{condition_id}/intel
get_leaderboard
Who are the top traders right now?

Ranked by grade, P&L, volume, or win rate. Filter by category or strategy.

GET /api/v1/leaderboard
search_markets
Find markets about X.

Keyword search with status, category, platform, and cursor pagination.

GET /api/v1/markets/search
get_insider_radar
What looks suspicious?

Coordinated wallets, pre-resolution accumulation, and suspicious timing patterns. Only here.

GET /api/v1/insider-radar
MCP Server
Claude Code, Cursor, Codex, Gemini CLI — pick your editor.
Ask your assistant about prediction markets and let it query 0xinsider directly. The init command writes the config for any MCP client it finds on your machine.
Install
npx -y @0xinsider/mcp init

Detects Claude Code, Cursor, Codex, and Gemini CLI automatically. Anything else: copy the snippet from the docs.

Ask it things like

"What are S-grade traders buying in crypto right now?"

get_leaderboard → get_whale_trades

"Break down swisstony’s strategy and recent P&L."

get_trader → get_whale_trades

"Any insider activity on the Bitcoin $100k market?"

get_market_intel → get_insider_radar
What you get

Every trade comes with context.

Compact responses, rich metadata. Built for bots that rank, filter, and act on the data — not dashboards.

Dense signal, not another event firehose.

Signal

0–1 signal score

Every whale trade comes with a score that weighs trader grade, size, timing, and market context. Sort by it, filter by it, alert on it.

  • grade-aware
  • size-aware
  • timing-aware
  • market context
Quality

Trader grades

S–F from win rate, volume, edge consistency, and 40+ quant metrics. Recomputed daily.

  • S–F scale
  • 40+ metrics
  • edge consistency
  • daily refresh
Strategy

Strategy detection

ML tags each trader as arbitrageur, momentum, market maker, or directional — with a confidence score.

  • ML classification
  • confidence
  • arb / momentum
  • market maker
Risk

Insider radar

Coordinated wallets, pre-resolution accumulation, and suspicious timing patterns. Not available anywhere else.

  • wallet clusters
  • timing flags
  • pre-resolution
  • pattern alerts
Delivery

Safe cursor pagination

Composite timestamp + ID cursor so polling clients never skip rows during high activity.

  • timestamp + ID
  • no skipped rows
  • batch-safe
  • agent polling
Control

Pay for depth only when you want it

Responses stay lean. Add `expand[]=strategy` (and friends) when you need heavier context, skip it when you don't.

  • expand[]=strategy
  • depth on demand
  • low-latency default
  • optional
Roadmap
More ways to get the data out.

CLI

Query 0xinsider from your terminal. Pipe results into scripts, automate exports and alerts.

Planned

WebSocket streaming

Lower-latency whale-trade stream for bots, monitoring, and live dashboards.

Planned

Webhooks

Push alerts for tracked traders, markets, or insider patterns — stop polling.

Planned
Docs

Ready to build? The docs have the rest.

Full schemas, examples, MCP setup, and integration patterns.