Prediction market data.
All platforms. One API.
Probalytics aggregates, normalizes, and streams data from Polymarket, Kalshi, and more — so you can build trading bots, dashboards, and research tools without the infrastructure headache.
0.0M+
Markets indexed
0.0M+
Trades tracked
0.0B+
Volume tracked
0.0%
Uptime target
The Problem
Prediction market data is a mess
Every platform has different APIs, formats, and quirks. Building reliable data infrastructure yourself takes months.
Fragmented
Different APIs, auth methods, and data formats.
Slow
Polling APIs isn't real-time. Always behind.
Incomplete
Historical data is hard to find and trust.
Complex
Blockchain indexing and reorg handling.
The Solution
Everything you need, unified
We handle the complexity. You get clean, real-time data through a single API.
Unified Schema
One consistent data model across all platforms. No more juggling different formats.
Real-Time SSE
SoonSub-10ms event streaming. Prices, trades, resolutions — instant delivery.
Orderbook Data
New200-500M updates/day at 1ms resolution. The most granular historical orderbook data available.
SQL Access
Query billions of rows directly via ClickHouse. In-browser or any SQL client.
Vector Search
SoonFind similar markets instantly with embedding-based semantic search.
Simple API
Clean REST endpoints. Just fetch the data you need.
Historical Orderbook Data
The most granular orderbook data available
Full bid/ask depth snapshots at 1-millisecond resolution. Replay the exact state of any orderbook at any point in time.
100x more granular
1ms
LOCF resolution
Nov '25
Data from
Parquet
Export format
Backtesting
Replay exact orderbook state at any millisecond. Realistic slippage and fill simulation.
Market Microstructure
Study bid-ask spreads, liquidity depth, and order flow patterns at tick level.
Liquidity Analysis
Track how liquidity evolves around events, news, and resolutions.
ML Features
Build features from orderbook imbalance, depth ratios, and spread dynamics.
Developer Experience
Start building in minutes
Get your API key and start fetching data. Simple REST endpoints, SQL access, and bulk downloads.
Get your API key
Sign up and grab your key from the dashboard
Make a request
Simple fetch calls to our REST API
Query your data
REST API, SQL, or bulk file downloads
// Fetch prediction markets
const res = await fetch('https://api.probalytics.io/api/v1/markets', {
headers: { 'Authorization': 'Bearer api_xxx:sk_xxx' }
})
const { data: markets } = await res.json()
// Fetch trades for a market
const trades = await fetch(
'https://api.probalytics.io/api/v1/fills?market_id=...',
{ headers: { 'Authorization': 'Bearer api_xxx:sk_xxx' } }
)Coverage
All major platforms, one API
| Platform | Status | Markets | Since |
|---|---|---|---|
| Polymarket | Live | 813K+ | 2020 |
| Kalshi | Live | 40M+ | 2021 |
| PredictIt | Soon | — | — |
| Metaculus | Soon | — | — |
| Manifold | Soon | — | — |
Use Cases
Built for builders
Whether you're building trading bots, research tools, or analytics platforms — we've got you covered.
Trading Bots
Automated strategies across all platforms with real-time data.
Research
Years of historical data for academic and market research.
Dashboards
Build live visualizations and monitoring tools.
Ready to get started?
Start building with unified prediction market data today.
Sign up now