Crypto Markets

Crypto prediction market data API

Resolved Markets captures BTC, ETH, SOL, and XRP Polymarket orderbooks at high frequency, storing full bid/ask depth arrays with millisecond timestamps and paired spot reference prices. Use it to replay market states, backtest spread strategies, and study how prediction-market probabilities react to crypto price movement.

Last updated:

  • BTC, ETH, SOL, XRPAssets
  • ~20 HzCapture rate
  • Full depthSnapshot shape
  • BTC includedFree tier

Pull live BTC orderbook data

curl -s "https://api.resolvedmarkets.com/v1/markets/live?category=crypto&subcategory=BTC" \
  -H "X-API-Key: rm_your_key" | jq '.markets[0]'

curl -s "https://api.resolvedmarkets.com/v1/markets/<condition_id>/orderbook" \
  -H "X-API-Key: rm_your_key" | jq '{up_bid: .up.best_bid, up_ask: .up.best_ask}'

Use cases

  • Spread and liquidity research. Measure top-of-book and full-depth changes before resolution.
  • Crypto cross-asset studies. Join prediction-market probabilities with spot reference prices stamped on snapshots.
  • Strategy backtesting. Feed mid price and spread into the visual builder, AI Backtest Agent, vectorbt, Backtrader, or custom notebooks.

Frequently asked questions