Docs

Hyperliquid Index

Query indexed Hyperliquid market data from Dwellir, including OHLCV candles, historical fills, and HIP-4 outcome market data over REST, JSON-RPC, and WebSocket candle streams.

The Hyperliquid Index is Dwellir's indexed market-data surface for HyperCore. Use it when you need queryable history or derived market data without parsing raw node archives yourself.

Text
https://api-hyperliquid-index.n.dwellir.com/YOUR_API_KEY

Available Data

ProductTransportUse case
OHLCV DataREST, JSON-RPC, WebSocket, exportsSparse candlesticks for all indexed Hyperliquid markets
Historical FillsREST-style /info, JSON-RPCUser, builder, global, and liquidation execution history
HIP-4 Outcome MarketsREST-style /info, JSON-RPCOutcome metadata, registration events, settlement events, and outcome-specific fills

When to Use Hyperliquid Index

  • Build charts and dashboards from normalized candle data.
  • Retrieve historical fills for wallet analytics, builder attribution, and execution review.
  • Track HIP-4 outcome market lifecycle events and outcome-side execution history.
  • Query indexed historical data with a Dwellir API key.
  • Use one public host for OHLCV and historical fill retrieval.

If you need raw live L1 payloads instead of indexed history, use the L1 gRPC Streaming API. If you need low-latency live order book updates, use the Order Book WebSocket API.