Skip to main content
Kuru publishes daily L2 order book snapshots for all markets as Parquet files on S3. These files are publicly accessible and can be used for backtesting, research, and analysis.

Bucket

Files are also accessible over HTTPS:

File Layout

Files are partitioned by market address and date:
Example:

Schema

Each row in the Parquet file represents a single L2 snapshot: Price levels in bids and asks use 1e18 price precision. Sizes are stored in the market’s size precision.

Reading with Python

Or with pyarrow directly: