Live Data Indexing

Polymarket Crypto Data for Research and Execution Analysis

Track the full set of crypto-related prediction markets on Polymarket with historical time series and depth snapshots, including high-frequency formats like Crypto 5 Minutes Up or Down and Crypto 15 Minutes Up or Down. Use consistent data pulls to evaluate liquidity conditions and execution quality over time.

Live Dataset Surface

polymarket crypto data

live

Rows

10B+

Historical archive

Markets

450K+

Open + resolved

Resolution

1m

Minute snapshots

Endpoint stream

/markets/{slug}/prices

42 ms

/markets/{slug}/metrics

50 ms

/markets/{slug}/books

61 ms

Dataset

What Is Included

  • Historical prices across the full crypto market universe on Polymarket.
  • Dedicated coverage for high-frequency markets such as Crypto 5 Minutes Up or Down and Crypto 15 Minutes Up or Down.
  • Historical market metrics to monitor liquidity and spread behavior.
  • Historical order book snapshots for fill and slippage simulation.
  • Market discovery search to isolate Bitcoin, Ethereum, ETF, and protocol event markets.

Code

API Example

example.pyREST API
import requestsr = requests.get(    "https://api.polymarketdata.co/v1/markets",    headers={"X-API-Key": "YOUR_API_KEY"},    params={"search": "bitcoin", "limit": 100},    timeout=30,)r.raise_for_status()crypto_markets = r.json().get("data", [])python

Applications

Use Cases

  • Measure how liquidity behaves during crypto news cycles.
  • Backtest event-driven entries with execution-aware assumptions.
  • Build crypto-specific monitoring dashboards from historical market states.

Questions

FAQ

Do you have data from major crypto events like the Bitcoin ETF approval?+

Yes. Markets around the January 2024 Bitcoin spot ETF approval are in the archive with full price, metrics, and order book history. These were some of the most actively traded Polymarket markets ever — great for studying how prediction markets priced a known event.

Beyond BTC and ETH, what other tokens have Polymarket markets?+

Coverage shifts over time, but we've seen markets on Solana price levels, XRP regulatory outcomes, Ethereum ETF approval, and various protocol-specific events. Use the /markets search to explore current and historical coverage.

Do you include Crypto 5 Minutes Up or Down and Crypto 15 Minutes Up or Down markets?+

Yes. Those fast-cycle crypto markets are included, with the same historical prices, metrics, and order book snapshots as other crypto markets. You can query them directly by slug or discover them through /markets search.

How correlated are Polymarket crypto markets with the actual spot price?+

That's an empirical question you can answer with this data — pull the prediction market price history and align it with spot data from another source. Researchers have found interesting lead/lag dynamics worth studying, especially around news events.

Are high-volume crypto markets liquid enough to make the order book data meaningful?+

It varies significantly by market and time period. Major BTC/ETH price markets during active events had strong depth. Niche or low-activity markets were thinner. Use the metrics endpoint to check spread and volume before building a strategy around a specific market.

Get Access

Start Working With polymarket crypto data

Use a production-grade dataset for research, strategy validation, and analytics without rebuilding the ingestion layer from scratch.