Raw Data Summary
Dwellir provides access to Hyperliquid's complete raw data archives. This page summarizes what's available.
Available Raw Data#
| Data Type | Available From | Description |
|---|---|---|
| Replica Commands | January 2025 - Current | Complete blockchain state, all transactions, validator signatures |
| Node Trades | March 22 - May 25, 2025 | Basic trade records with both counterparty details |
| Node Fills | May 25 - July 27, 2025 | Enhanced fills with PnL and fee tracking |
| Node Fills by Block | July 27, 2025 - Current | Block-organized fills with builder info |
| Node Order Statuses by Block | January 2026 - Current | Order lifecycle tracking (opens, fills, rejections, cancellations) |
| Node Raw Book Diffs by Block | January 2026 - Current | Order book changes (new orders, updates, removals) |
Data Products#
Raw Archival Data#
Native Hyperliquid formats preserved exactly as recorded. Suitable for blockchain replay, compliance, and protocol research.
View Archival Data Documentation - Complete format specifications and field references.
Processed Data Products#
Dwellir also offers processed data derived from raw archives:
| Product | Description | Documentation |
|---|---|---|
| OHLCV Data | Pre-aggregated candlesticks (1s to 1d intervals) | OHLCV Data |
| Tick Data | Cleaned individual trade executions | Tick Data |
Quick Reference#
Replica Commands#
- Complete blockchain state from genesis
- All transaction types with signatures
- Execution responses and order statuses
- Identical to StreamBlocks gRPC format
Trade Fill Archives#
Node Trades (March - May 2025)
- Both sides of each trade included
- TWAP order tracking
- Position data before trade
Node Fills (May - July 2025)
- Single-sided fill records
- Realized PnL calculations
- Fee tracking with token type
Node Fills by Block (July 2025 - Current)
- Fills organized by block number
- Block timestamps (local and chain)
- Builder address and builder fees
- Current production format
Order Book Archives#
Node Order Statuses by Block (January 2026 - Current)
- Every order status change per block
- Status types: open, filled, canceled, and rejection reasons
- Full order details including type, TIF, trigger conditions
- Useful for order lifecycle and rejection analysis
Node Raw Book Diffs by Block (January 2026 - Current)
- Every order book change per block
- Diff types: new (order added), update (size changed), remove (order removed)
- Per-order granularity with price and size
- Enables full historical order book reconstruction
Access#
Contact the Dwellir team for data access:
Email: ben@dwellir.com
Include in your request:
- Data type(s) needed
- Date range
- Delivery preference (bulk download or streaming)
- Use case description