Open Source Hyperliquid Data
Artemis is open sourcing 3 distinct tables on and making the data available on S3 for anyone to use. The data currently starts on August 17, 2025. If you are looking for older historical data, contract us at support@artemisanalytics.xyz.- Node Fills: All perp and spot trades on Hypercore.
- Perp and Spot Balances: Daily snapshot of perp positions, margin, and spot balances for all addresses, including vaults.
- Node Order Statuses: All orders created on the L2Book.
- Node TWAP Statuses: tracks the status and progress of TWAP orders on Hypercore.
Table Schema
The tables contain metadata rows. When working with the data remember to filter out rows where_metadata key is true.
Node Fills (.parquet):
Perp and Spot Balances (.jsonl):
Node Order Statuses (.parquet):
Node TWAP Statuses (.parquet):
Accessing the Data
The datasets are hosted in an open-source S3 bucket. Data volume is increasing rapidly; as of September 19, 2025, Node Order Statuses generate approximately 54.1 GB/day. Other datasets are roughly an order of magnitude smaller. List available files:Available Tables (Artemis Managed)
Hyperliquid data is available in two main tables:- ez_metrics: Aggregated metrics for the entire Hyperliquid protocol with detailed token supply data
- ez_metrics_by_chain: Contains the same metrics as ez_metrics (where applicable), but broken down by blockchain. Use this table when you need to analyze performance across different chains.

