·dot prediction
AgentsAPIHow it worksPricingDocs
Sign in
AgentsAPIHow it worksPricingDocs
Sign in
private beta · v0.4

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.

Use the API
markets
kalshi · polymarket
orderbook
unified · realtime
coverage
q2 → manifold · q3 → futuur
dot · agent session — kalshi.hedge.01
live
❯
capabilities

Four jobs, one agent stack.

01
Trade
Execute strategies.

Deploy autonomous agents that execute strategies across markets 24/7.

02
Research
Find the edge.

Surface mispriced markets and edge opportunities from thousands of contracts.

03
Forecast
Probabilities on demand.

Ask any question, get a market-calibrated probability with sources.

04
Hedge
Insure real-world risk.

Automated risk workflows for enterprises using prediction markets as insurance.

how it works

From a sentence to a live position in minutes.

01Describe

Tell the agent what you want in plain English — 'hedge my Florida hurricane exposure'.

$ dp new agent
> strategy: "hedge FL hurricanes against Q3 climate risk"
→ risk budget: $12,500
02Deploy

Ship the agent to a sandboxed runtime with guardrails, risk limits, and full audit trail.

runtimerunning · 14d
Agent runtime uptime sparkline
03Review

Full transparency: every order, every prompt, every model call — with P&L attached.

KXHURR-25FL · buy+$412KXCOLD-25CH · sell−$118POLY-MLB-0842+$238
api

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
Read API docs
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)
who it's for

Three users, one primitive.

01·Traders
Traders & quant teams

Run agents without building the stack. Deploy strategies to Kalshi + Polymarket in one runtime, with observability and risk guards.

02·Builders
AI builders

Add prediction market intelligence to your product via API. Real-time odds, historical tape, and agent-callable endpoints.

03·Enterprises
Enterprises & risk desks

Automate hedging against real-world events — hurricanes, elections, rates. SOC 2 (in progress). Private deploy available.

coverage

Every venue. One integration.

Kalshi
live
Polymarket
live
Manifold
q3
Futuur
q3
PredictIt
q4
+ more
roadmap
pricing

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.

Agents
Free during beta.
Agent slots
1 per account
Execution
Kalshi · Polymarket
Observability
Full trace + replay
Cost
$0 · pay venue fees only
API
Use the API.
Free
1,000 req / day
Pro
$29 · 50k / day
Scale
$299 · 500k / day
Historical
included
See plans
Enterprise
Custom builds.
Private deploy
VPC / on-prem
SLA
99.99%
Custom venues
included
SOC 2
in progress
Contact sales
·dot prediction

Agents and infrastructure for prediction markets.

Product

AgentsAPIPricingChangelog

Developers

DocsAPI referenceStatus

Company

AboutSecurityContact

Social

XGitHubLinkedIn
© 2026 Dot Prediction. All rights reserved.
api.dotprediction.com · v0.4.2