Skip to main content
This schema contains comprehensive on-chain datasets for tracking Hyperliquid fundamental data across multiple metrics categories, including trading activity, fees, revenue streams, and token economics.

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:
Download a file to the current directory:
You can use a system like modal to copy all the files from our bucket to your blob store. You can use the script below as a starting point:

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.

Table Schema

Trading and Activity Metrics

Fee and Revenue Metrics

Cash Flow Distribution Metrics

Market and Token Metrics

Token Supply Metrics

Sample Queries

Trading Activity Analysis

Revenue Stream Breakdown

Cash Flow Distribution

Token Economics Analysis

Cross-Chain Comparison