Trade data,
straight from the source
950M+ trades from Polymarket. Every fill with price, size, taker/maker IDs, and fees — indexed directly from on-chain Polygon transactions.
Get Started950M+
Trades tracked
$36B+
Volume indexed
1
Platform live
~1min
Refresh interval
Indexed from the source
For Polymarket, every fill is derived directly from Polygon blockchain transactions — not scraped from an API. This means complete coverage with no missed trades, plus on-chain metadata like wallet addresses.
- Polymarket fills derived directly from Polygon blockchain transactions
- Taker and maker wallet addresses preserved for on-chain analysis
- Every fill includes normalized price, raw price, size, side, and fees
- No data missed — we index every on-chain trade, not just API snapshots
Polygon Blockchain
Raw on-chain transactions
Probalytics Indexer
Decode, normalize, enrich
Unified Fills Table
950M+ trades, ready to query
Every field you need
Each fill includes execution details, participant IDs, normalized pricing, and fees. One consistent schema across every venue we cover.
- REST API with filtering by market, platform, date range, and more
- Direct SQL queries on the fills table via ClickHouse
- Weekly Parquet exports for bulk analysis and backtesting
| Field | Type | Description |
|---|---|---|
| market_id | String | Associated market identifier |
| platform | String | Source platform |
| price | Float64 | Execution price |
| normalized_price | Float64 | Normalized price (0-1) |
| size | Float64 | Trade size |
| taker_side | String | Taker side (buy/sell) |
| taker_id | String | Taker wallet or account ID |
| maker_id | String | Maker wallet or account ID |
| fee | Float64 | Transaction fee |
| timestamp | DateTime64 | Execution timestamp |
Query trades with SQL
Run analytical queries on 950M+ trades via ClickHouse. Aggregate volume, analyze price impact, or export results for further analysis.
-- Top markets by volume in the last 7 days SELECT market_id, platform, count() as trade_count, sum(size) as total_volume, avg(normalized_price) as avg_price FROM fills WHERE timestamp > now() - INTERVAL 7 DAY GROUP BY market_id, platform ORDER BY total_volume DESC LIMIT 10
Coverage
Platform breakdown
Polymarket
Live950M+
Trades
$36B+
Volume
Nov 2022
Data since
Polygon blockchain
Data source
Use Cases
What you can do with trade data
Wallet Analytics
Track trading activity by wallet address. Identify top traders, analyze PnL, and study participant behavior on-chain.
Backtesting
Replay exact trade history for strategy backtesting. Every fill with real prices, sizes, and timestamps.
Volume Analysis
Track $36B+ in trading volume. Analyze volume patterns around events and resolutions.
Predictive Models
Build ML models on trade flow data. Use taker/maker ratios, volume spikes, and price impact as features.
Ready to analyze prediction market trades?
Access 950M+ trades from Polymarket.
Sign up nowAlso explore: Market data·Orderbook data