
Unified API and SDK platform for accessing real-time and historical data across multiple prediction markets.
platforms_supported
2+90%
as of 2026-02-26
## Overview
Dome API is a developer infrastructure platform that provides unified APIs and SDKs for accessing prediction market data across multiple platforms. Founded in 2025 by Kunal Roy and Kurush Dubash—both former founding engineers at Alchemy, a leading Ethereum infrastructure provider—Dome was part of Y Combinator's Fall 2025 cohort.
## What It Does
Dome solves a critical fragmentation problem in the prediction market ecosystem. Rather than building separate integrations for each trading venue, developers can use Dome's unified API layer to connect to multiple prediction market platforms through a single integration. The platform currently supports Polymarket and Kalshi, two of the largest prediction markets by volume.
## Core Capabilities
The API provides comprehensive data access including:
- Real-time market prices via REST and WebSocket endpoints
- Historical candlestick data for backtesting and analysis
- Full orderbook data with live trade tracking
- Wallet analytics for tracking user activity across platforms
- Activity feeds including merges, splits, and redeems
- Cross-platform market normalization for building unified dashboards
## Developer Experience
Dome offers official SDKs for JavaScript/TypeScript (@dome-api/sdk on npm) and Python (dome-api-sdk on PyPI). The WebSocket implementation includes automatic reconnection with exponential backoff and subscription management.
## Acquisition by Polymarket
In February 2026, Polymarket acquired Dome, marking its second official acquisition. The deal signals Polymarket's strategy to standardize cross-platform market APIs and expand its developer ecosystem. The acquisition validates Dome's approach to prediction market infrastructure.
## Why It Matters
For prediction market developers, Dome eliminates the engineering overhead of maintaining multiple API integrations. For traders and analysts, it provides unified access to historical data not readily available from market providers themselves—critical for backtesting strategies and conducting cross-platform market analysis.
Sources: [S1, S2, S3, S4, S5, S6, S7, S8]
Single integration point for Polymarket, Kalshi, and other prediction markets.
Subscribe to live order data, price updates, and market activity via WebSocket.
Access OHLCV candlestick data for backtesting and technical analysis.
Query complete orderbook depth across supported prediction markets.
Track trading activity, positions, and performance for specific wallets.
Production-ready SDKs for JavaScript/TypeScript and Python with type safety.
Monitor all user activity types including complex multi-token operations.
Start building with no upfront cost via the free developer tier.
You want to create a unified dashboard that displays markets from both Polymarket and Kalshi side-by-side, showing prices, volumes, and orderbook depth in real-time. Without Dome, you'd need to build and maintain two separate API integrations with different data formats and authentication schemes.
You have a hypothesis about momentum in political prediction markets and want to test it against historical data before risking capital. You need consistent OHLCV data across multiple election cycles and platforms, which individual exchanges may not provide or may format inconsistently.
You want to monitor large traders' positions across Polymarket and Kalshi to identify informed money flows. You need to track specific wallet addresses, see their positions, and receive alerts when they make significant moves.
The same prediction market event may be priced differently on Polymarket versus Kalshi due to liquidity fragmentation. You want to automatically detect and exploit these price discrepancies by simultaneously buying on the cheaper platform and selling on the more expensive one.
Native API for Polymarket data; use if you only need single-platform access
Official Kalshi API for Kalshi-specific data; better for regulated US access

Decentralized oracle for price feeds; different focus on on-chain data delivery

Largest oracle network; focuses on smart contract data feeds, not prediction markets
Blockchain analytics platform; can query prediction market data via SQL dashboards
On-chain data analytics; alternative for blockchain-based prediction market analysis
| Dimension | Dome API | Polymarket Native API | Notes |
|---|---|---|---|
| Platform Coverage | Polymarket + Kalshi + more | Polymarket only | Dome provides cross-platform access1,2 |
| Historical Data | Full historical orderbooks | Limited historical access | Dome specializes in historical data1,2 |
| Direct Trading | Data access only | Full trading capabilities | Native API required for execution2 |
| Official Support | Now via Polymarket (acquired) | Official Polymarket product | Dome was acquired by Polymarket4 |
| SDK Quality | Multi-language SDKs | Platform-specific SDKs | Both offer developer tooling2,8 |
Use Dome when you need cross-platform data or historical orderbooks. Use Polymarket's native API when you need execution capabilities or are building exclusively for Polymarket. Post-acquisition, Dome may become the preferred developer interface for Polymarket data access.
| Dimension | Dome API | Kalshi API | Notes |
|---|---|---|---|
| Platform Coverage | Multi-platform | Kalshi only | Dome abstracts multiple venues1,2 |
| Regulatory Status | Data provider (unregulated) | Regulated CFTC exchange | Kalshi has US regulatory approval1 |
| Execution | Data access only | Full trading supported | Execution requires Kalshi API1,2 |
| Geographic Access | Global data access | US-focused with restrictions | Data access has fewer restrictions1 |
Use Dome for analytics and cross-platform comparison. Use Kalshi's API directly when you need to execute trades on Kalshi or require official exchange data with regulatory backing. Dome is better for research; Kalshi API is required for trading.
Most affects: Developers building long-term infrastructure on Dome's cross-platform capabilities
Most affects: Algorithmic traders building end-to-end automated trading systems
Most affects: Applications requiring guaranteed uptime and data availability
Most affects: Analysts requiring comprehensive ecosystem-wide prediction market data
Most affects: Users in regulated jurisdictions relying on consistent data access

Acquired Dome in February 2026; Dome now operates under Polymarket ownership
Dome was part of Y Combinator's Fall 2025 accelerator cohort

Dome provides API access to Kalshi market data as a supported platform
Both founders were founding engineers at Alchemy; similar infrastructure-focused approach

Both provide data infrastructure, though Pyth focuses on oracle feeds for DeFi
This dossier for Dome API has some gaps. If you have knowledge about any of the following areas, consider contributing.
Not publicly documented on website or docs
Financial details not disclosed in press coverage
Not listed on website, Crunchbase, or YC profile

Institutional-grade liquidity network

Purpose-built L1 for trading

High-performance on-chain orderbook

Unified API for prediction markets, CCXT-style