Docs

Hyperliquid Index

Query indexed Hyperliquid market data from Dwellir, including OHLCV candles and historical fills 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

When to Use Hyperliquid Index

  • Build charts and dashboards from normalized candle data.
  • Retrieve historical fills for wallet analytics, builder attribution, and execution review.
  • 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.