Historical Data - Hyperliquid Market Archives
Access Hyperliquid historical data including archival blockchain state, OHLCV candlesticks, tick-by-tick trade executions, order statuses, and order book diffs from Dwellir.
Dwellir provides comprehensive historical data for Hyperliquid, ranging from complete blockchain archives to pre-processed market data formats optimized for specific use cases.
Available Data Products
Archival Data (Raw)
Complete raw data in native Hyperliquid formats.
| Attribute | Value |
|---|---|
| Available From | January 2025 (replica_cmds), March 2025 (trade fills) |
| Formats | replica_cmds, node_trades, node_fills, node_fills_by_block, node_order_statuses_by_block, node_raw_book_diffs_by_block |
| Contents | Full blockchain state, all transactions, trade fills with PnL, order statuses, order book diffs |
| Best For | Blockchain replay, compliance, protocol research, order book reconstruction |
View Archival Data Documentation
OHLCV Data
Pre-aggregated candlestick data for all Hyperliquid markets.
| Attribute | Value |
|---|---|
| Available Intervals | 1s, 1m, 5m |
| Formats | REST, JSON-RPC, WebSocket |
| Fields | s, i, t, T, o, h, l, c, v, q, n, x |
| Best For | Technical analysis, charting, portfolio tracking |
Discover available Hyperliquid symbols via the Info endpoint. Perpetual market names come from meta, and spot market names come from spotMeta.
Tick Data
Individual trade executions derived from node_fills_by_block.
| Attribute | Value |
|---|---|
| Available From | July 2025 |
| Precision | Millisecond timestamps with block sequencing |
| Formats | CSV, Parquet |
| Fields | timestamp, pair, price, size, side, trade_id, user_address, block_number |
| Best For | Backtesting, slippage analysis, market microstructure |
Choosing the Right Data Format
| Use Case | Recommended Product |
|---|---|
| Charting and technical analysis | OHLCV Data |
| Backtesting execution strategies | Tick Data |
| Slippage and market impact analysis | Tick Data |
| Blockchain state verification | Archival Data |
| Compliance and audit trails | Archival Data |
| Portfolio performance tracking | OHLCV Data |
| Protocol research | Archival Data |
| ML feature engineering | OHLCV Data or Tick Data |
| Address tracking | Tick Data |
| Order book reconstruction | Archival Data (node_raw_book_diffs_by_block) |
| Order lifecycle analysis | Archival Data (node_order_statuses_by_block) |
| Rejection analysis | Archival Data (node_order_statuses_by_block) |
Data Quality
All historical data products meet Dwellir's quality standards:
- Completeness: No gaps in data coverage
- Accuracy: Validated against on-chain state
- Consistency: Standardized schemas and formats
- Documentation: Complete field references and examples
Real-Time Data
For live market data, see:
- Order Book Server - Real-time L2/L4 order books and trades
- gRPC Streaming - StreamBlocks, StreamFills, and more
Access
For OHLCV data: sign up at the dashboard and visit the OHLCV Data tab to buy export credits and generate CSV or Parquet files for any market at 1s, 1m, or 5m intervals.
For archival data, tick data, and other historical products:
Email: support@dwellir.com
Include in your request:
- Data product(s) needed
- Date range
- Preferred format
- Use case description
web3_sha3
Compute the Keccak-256 hash of given data on Hyperliquid. Useful for hash verification, smart contract development, and data integrity checks.
Archival Data - Raw Blockchain & Trade Data
Access complete Hyperliquid raw data archives including replica_cmds blockchain state, node_trades, node_fills, and node_fills_by_block formats from January 2025.