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 perpetual markets.
| Attribute | Value |
|---|---|
| Available Intervals | 1s, 1m, 5m, 15m, 1h, 4h, 1d |
| Formats | CSV, Parquet, JSON |
| Fields | timestamp, open, high, low, close, volume, trades_count, vwap |
| Best For | Technical analysis, charting, portfolio tracking |
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
Contact the Dwellir team for historical data access:
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.