XLM Historical Level 2 Orderbook Data

XLM-USDT·Hyperliquid DEX·5-Minute Bars·10-Level Depth

Analyze Stellar's cross-border payment network impact on derivatives depth. XLM orderbook data captures how CBDC partnerships, Soroban smart contract adoption, and remittance corridor activity shape institutional liquidity — unique microstructure for payment token research.

📅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 XLM orderbook depth dataset
df = pd.read_parquet('xlm_l2_depth_5m.parquet')
print(df[['timestamp', 'bid_volume_level_1', 'ask_volume_level_1']].head())

What Your Data Looks Like

XLM Sample Data Preview
timestampclose_pricebid_volume_level_1ask_volume_level_1bid_distance_level_1
2025-06-15 12:00:000.452095000.087500.53.0
2025-06-15 12:05:000.4540100000.285200.32.9
2025-06-15 12:10:000.453091500.792100.13.1
2025-06-15 12:15:000.4560105000.482500.82.7
2025-06-15 12:20:000.455097000.186500.62.8

Dataset Schema

ColumnTypeDescription
timestamp_utcDateTimeISO 8601 UTC timestamp of bar open
instrument_symbolStringTrading pair (e.g., BTC-USDT)
open_priceFloatMid-price at bar open
high_priceFloatHighest mid-price in bar
low_priceFloatLowest mid-price in bar
close_priceFloatMid-price at bar close
interval_traded_volumeFloatTaker flow volume proxy
View full 47-column schema →
Download Now

Get XLM Orderbook Data

One-time purchase. Instant delivery. Compressed CSV.

Frequently Asked Questions

What is the XLM (Stellar) orderbook dataset?+
The XLM dataset contains historical Level 2 orderbook depth data for the XLM-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 Stellar. Analyze Stellar's cross-border payment network impact on derivatives depth. XLM orderbook data captures how CBDC partnerships, Soroban smart contract adoption, and remittance corridor activity shape institutional liquidity — unique microstructure for payment token research.
How large is the XLM dataset?+
The XLM 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 XLM data cover?+
The XLM 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 Stellar orderbook microstructure data for backtesting and quantitative research.