Skip to main content
Live · 15 / 2026

Every
market.
One screen.

Real-time odds, arbitrage signals, and whale flows across Kalshi, Polymarket, and more — read like a daily.

— Now tracking Unified odds· Cross-market match· Arbitrage radar· Whale tracker· Price alerts· Historical charts· Developer API· Realtime stream
/ 03 — Premium tools
Upgrade →
/01

Technical
Analytics

RSI, moving averages, and TradingView-style charts for prediction markets.

/02

Smart
Alerts

Get notified on price swings, arbitrage, and whale movements.

/03

Whale
Tracking

Follow large position changes and smart money flows across platforms.

/ 04 — Developer API
Docs →

One API.
Every market.

REST API with real-time prices, cross-provider market matching, and historical data. Access Kalshi, Polymarket, and more through a single interface.

REST GraphQL OpenAPI 3.1 Cursor Pagination
$ curl -H "X-API-Key: YOUR_KEY" \
https://evens.app/api/v1/markets?sport=basketball
/ 05 — Bring your own bot
MCP docs →

Plug your bot in.
Trade on signal.

Connect any agent — Python script, Node service, Claude, Cursor, n8n flow — to live cross-venue odds. Read prices, react to alerts, route orders. Three integration paths, your choice.

/A PULL

REST API

Poll unified prices on your schedule. Cursor pagination, rate-limited per key.

GET /api/v1/markets
? event=...&status=open
/B PUSH

Webhooks

Get pinged on price moves, arbitrage, whale trades. HMAC signed, auto-retried.

POST your-bot.dev/hook
X-Evens-Signature: ...
/C AGENT

MCP Server

Drop Evens into Claude, Cursor, or any MCP client. Tool calls, no glue code.

evens://mcp
tools: markets, alerts, ...
Built for · Arb Bots · Hedging Engines · Sharp Models · LLM Agents · Discord Bots · Backtesters