Forum

The fastest way to get prediction market data

Build your first trading algorithm

in minutes, not days

Normalized schemas, real-time updates, and historical data — all from one API.

supports:
KalshiKalshi
PolymarketPolymarket
Opinion LabsOpinion Labs
LimitlessLimitless
import requests

response = requests.get(
    "https://api.forumapi.io/v1/markets/search",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    params={"query": "presidential election"}
)

markets = response.json()["data"]
for market in markets:
    print(f"{market['title']}: {market['yes_price']}¢")
talk to a founder →read the docs →coming soon

Search Markets

Search for active and historical markets across all venues. 2-4x faster than the competition and the venues themselves. 10,000+ events, 40,000+ markets indexed.

Historical Data

All price and orderbook history available, normalized to a single schema, from market inception. Make your algorithms more robust by backtesting against tick-level data.

{"venue": "Polymarket",
"market": "BTC > 100k",
"yes_price": 0.48,
"no_price": 0.52,
"volume": 50000,
"ts": ...}
{"venue": "Kalshi",
"market": "BTC > 100k",
"yes_price": 0.50,
"no_price": 0.50,
"volume": 70000,
"ts": ...}
{"venue": "Opinion",
"market": "BTC > 100k",
"yes_price": 0.50,
"no_price": 0.50,
"volume": 90000,
"ts": ...}
46¢48¢50¢
Unified • Tick-level data

WebSocket Firehose

Access our feed of real-time orderbook and market updates for all venues, unified into one stream. Recreate orderbooks in real-time with full fidelity — no missed ticks.

wss://ws.forumapi.io
Orderbook Representation
ASKS
55¢290
54¢400
53¢250
52¢320
51¢180
Spread: 1¢
BIDS
50¢150
49¢280
48¢420
47¢190
46¢350

Deep Liquidity

Use our market matching to split orders across venues and access cheaper cost bases. Find deeper liquidity and tighter spreads than any single exchange alone.

0.0/1,000 filled
ORDER
BUY 1000
@market
idle
idle
54.1¢246
53.4¢312
52.8¢189
52.1¢213
51.2¢145
54.6¢168
53.9¢243
53.1¢216
52.3¢278
51.8¢186

Request an API key

Get trial access today to test the performance yourself — we'll transform your trading experience.

talk to a founder →