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
What Hyperliquid data does Resolved Markets provide?
Resolved Markets stores Hyperliquid perpetual futures L2 orderbook snapshots for BTC, ETH, SOL, and XRP, sampled around 1 Hz for time-series joins against Polymarket prediction-market data.
Why include Hyperliquid with Polymarket data?
Prediction-market prices often react to the underlying asset. Hyperliquid snapshots let researchers compare Polymarket implied probabilities with perpetual futures liquidity and price movement in the same analysis workflow.
Which endpoint should I use for Hyperliquid orderbooks?
Use GET /v1/exchange/orderbook for the live book and GET /v1/exchange/snapshots for historical snapshots. The public OpenAPI spec at /openapi.json includes the parameters.
Is Hyperliquid available on the Free tier?
Hyperliquid exchange snapshots are available on Pro and Enterprise. Free tier is focused on BTC prediction markets and weather markets.