Agents for prediction markets.
Deploy autonomous agents that trade, research, and forecast on Kalshi, Polymarket, and beyond — all on a unified market-data API your agents can discover and use.
Four jobs, one agent stack.
Deploy autonomous agents that execute strategies across markets 24/7.
Surface mispriced markets and edge opportunities from thousands of contracts.
Ask any question, get a market-calibrated probability with sources.
Automated risk workflows for enterprises using prediction markets as insurance.
From a sentence to a live position in minutes.
Tell the agent what you want in plain English — 'hedge my Florida hurricane exposure'.
Ship the agent to a sandboxed runtime with guardrails, risk limits, and full audit trail.
Full transparency: every order, every prompt, every model call — with P&L attached.
Built on our own rails.
One schema for every market. Real-time orderbooks, historical data, and trade execution — discoverable by agents via OpenAPI.
- Unified
- Kalshi + Polymarket + Limitless in one schema
- Real-time
- Websocket orderbooks with back-pressure disconnects
- Historical
- Per-market candles and full trade tape
from dotprediction import Client
client = Client(api_key="dp_live_...")
# What's the probability FED cuts rates in June?
markets = client.markets.search(
query="fed rate cut june",
platforms=["kalshi", "polymarket"],
)
for m in markets[:3]:
print(m.title, "→", m.yes_price)Three users, one primitive.
Run agents without building the stack. Deploy strategies to Kalshi + Polymarket in one runtime, with observability and risk guards.
Add prediction market intelligence to your product via API. Real-time odds, historical tape, and agent-callable endpoints.
Automate hedging against real-world events — hurricanes, elections, rates. SOC 2 (in progress). Private deploy available.
Every venue. One integration.
Agents are free in private beta.
The agent runtime costs nothing while we're in beta — you pay venue fees only. The API has a generous free tier and usage-based plans on top.
- Agent slots
- 1 per account
- Execution
- Kalshi · Polymarket
- Observability
- Full trace + replay
- Cost
- $0 · pay venue fees only
- Free
- 1,000 req / day
- Pro
- $29 · 50k / day
- Scale
- $299 · 500k / day
- Historical
- included
- Private deploy
- VPC / on-prem
- SLA
- 99.99%
- Custom venues
- included
- SOC 2
- in progress