FIL Historical Level 2 Orderbook Data
FIL-USDT·Hyperliquid DEX·5-Minute Bars·10-Level Depth
Study Filecoin's storage-network-driven orderbook dynamics. FIL depth data captures how storage deal volumes, sector pledge requirements, and retrieval market growth influence perpetual futures liquidity — unique infrastructure token microstructure intelligence.
📅Data Range
Mar 1, 2025 → Feb 28, 2026
📊Rows (5m)
~96,000
💾Size
~9 MB
🔢Columns
47
Quick Start
import pandas as pd# Load the institutional FIL orderbook depth datasetdf = pd.read_parquet('fil_l2_depth_5m.parquet')print(df[['timestamp', 'bid_volume_level_1', 'ask_volume_level_1']].head())What Your Data Looks Like
FIL Sample Data Preview
| timestamp | close_price | bid_volume_level_1 | ask_volume_level_1 | bid_distance_level_1 |
|---|---|---|---|---|
| 2025-06-15 12:00:00 | 6.85 | 7200.0 | 6650.5 | 3.1 |
| 2025-06-15 12:05:00 | 6.90 | 7600.2 | 6450.3 | 3.0 |
| 2025-06-15 12:10:00 | 6.87 | 6950.7 | 7050.1 | 3.2 |
| 2025-06-15 12:15:00 | 6.95 | 8000.4 | 6200.8 | 2.8 |
| 2025-06-15 12:20:00 | 6.92 | 7400.1 | 6600.6 | 2.9 |
Loading real FIL 7-day sample…
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 FIL Orderbook Data
Choose your resolution — both the 5-minute and 1-minute FIL datasets are available here.
5m Standard$99
- ✓ FIL · 5-minute bars
- ✓ ~96,000 bars · 47 columns
- ✓ 10-level depth · ~9 MB compressed
- ✓ Personal license · Instant delivery
Highest Resolution
1m Pro$149
- ✓ FIL · 1-minute bars
- ✓ ~471,000 bars · 121 columns
- ✓ 30-level depth · ~242 MB compressed
- ✓ Personal license · Instant delivery
One-time purchase · Instant delivery · Compressed CSV. Need every instrument? 5m bundle ($149) · 1m bundle ($1,499)
More Infrastructure Datasets
Frequently Asked Questions
What is the FIL (Filecoin) orderbook dataset?+
The FIL dataset contains historical Level 2 orderbook depth data for the FIL-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 Filecoin. Study Filecoin's storage-network-driven orderbook dynamics. FIL depth data captures how storage deal volumes, sector pledge requirements, and retrieval market growth influence perpetual futures liquidity — unique infrastructure token microstructure intelligence.
How large is the FIL dataset?+
The FIL 5-minute dataset contains approximately 96,000 rows and is approximately 9 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 FIL data cover?+
The FIL 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 Filecoin orderbook microstructure data for backtesting and quantitative research.