ETH Historical Level 2 Orderbook Data
ETH-USDT·Hyperliquid DEX·5-Minute Bars·10-Level Depth
Study Ethereum's orderbook depth shifts around gas fee spikes, EIP upgrades, and DeFi liquidation cascades. ETH perpetual futures on Hyperliquid capture genuine institutional flow without CEX spoofing noise — ideal for modeling execution costs in Ethereum-native strategies.
📅Data Range
Mar 1, 2025 → Feb 28, 2026
📊Rows (5m)
~96,000
💾Size
~11 MB
🔢Columns
47
Quick Start
import pandas as pd# Load the institutional ETH orderbook depth datasetdf = pd.read_parquet('eth_l2_depth_5m.parquet')print(df[['timestamp', 'bid_volume_level_1', 'ask_volume_level_1']].head())What Your Data Looks Like
ETH Sample Data Preview
| timestamp | close_price | bid_volume_level_1 | ask_volume_level_1 | bid_distance_level_1 |
|---|---|---|---|---|
| 2025-06-15 12:00:00 | 3842.2 | 42.500 | 38.100 | 1.5 |
| 2025-06-15 12:05:00 | 3848.9 | 45.200 | 36.800 | 1.4 |
| 2025-06-15 12:10:00 | 3845.6 | 40.100 | 41.200 | 1.6 |
| 2025-06-15 12:15:00 | 3855.3 | 48.300 | 35.400 | 1.2 |
| 2025-06-15 12:20:00 | 3850.8 | 43.800 | 39.600 | 1.3 |
Dataset Schema
| Column | Type | Description |
|---|---|---|
| timestamp_utc | DateTime | ISO 8601 UTC timestamp of bar open |
| instrument_symbol | String | Trading pair (e.g., BTC-USDT) |
| open_price | Float | Mid-price at bar open |
| high_price | Float | Highest mid-price in bar |
| low_price | Float | Lowest mid-price in bar |
| close_price | Float | Mid-price at bar close |
| interval_traded_volume | Float | Taker flow volume proxy |
Download Now
Get ETH Orderbook Data
One-time purchase. Instant delivery. Compressed CSV.
Frequently Asked Questions
What is the ETH (Ethereum) orderbook dataset?+
The ETH dataset contains historical Level 2 orderbook depth data for the ETH-USDT perpetual futures market on Hyperliquid DEX. It includes 96,000 rows of 5-minute bars with 47 columns capturing bid/ask volumes and distances at 10 depth levels — providing institutional-grade microstructure intelligence for Ethereum. Study Ethereum's orderbook depth shifts around gas fee spikes, EIP upgrades, and DeFi liquidation cascades. ETH perpetual futures on Hyperliquid capture genuine institutional flow without CEX spoofing noise — ideal for modeling execution costs in Ethereum-native strategies.
How large is the ETH dataset?+
The ETH 5-minute dataset contains approximately 96,000 rows and is approximately 11 MB in compressed CSV format. Each row has 47 columns including OHLCV prices, cumulative bid and ask volumes at 10 depth levels, and bid/ask distances measured in basis points from mid-price.
What time period does the ETH data cover?+
The ETH dataset covers the period from Mar 1, 2025 to Feb 28, 2026 — approximately 12 months of continuous 5-minute bars sourced from Hyperliquid DEX perpetual futures. This provides a full market cycle of Ethereum orderbook microstructure data for backtesting and quantitative research.