Hyperliquid

Hyperliquid orderbook data API

Resolved Markets stores Hyperliquid perpetual futures L2 snapshots for BTC, ETH, SOL, and XRP so researchers can study the underlying crypto market beside Polymarket probabilities. The exchange endpoints are available through the same API key, OpenAPI spec, and AI-agent context files as prediction-market data.

Last updated:

  • BTC, ETH, SOL, XRPPairs
  • ~1 HzSampling
  • Cross-market joinsBest use
  • Pro / EnterpriseTier

Pull Hyperliquid snapshots

curl -s "https://api.resolvedmarkets.com/v1/exchange/orderbook?symbol=BTC" \
  -H "X-API-Key: rm_your_key" | jq '.'

curl -s "https://api.resolvedmarkets.com/v1/exchange/snapshots?symbol=BTC&limit=500" \
  -H "X-API-Key: rm_your_key" | jq '.snapshots[0]'

Why pair Hyperliquid with prediction markets?

Crypto prediction markets price discrete outcomes, while perpetual futures price continuous exposure to the underlying asset. Joining both lets quants study lead-lag effects, liquidity shocks, spread widening, and whether prediction-market implied probability moves before or after futures orderbook changes.

Frequently asked questions