Historical data details
Hyperliquid
Preview data is available for current collector test windows.
Collection Details
- Venue type
- Perpetual DEX
- Collector region
- ap-northeast-1 / Tokyo
- API exchange id
hyperliquid- Exchange location
- Public Hyperliquid API edge
- Publication target
- For production datasets, UTC day N should be finalized by 03:00 UTC on day N+1 after compaction and quality checks pass.
Symbols
BTCETHSOLHYPESUIDOGEkPEPEWIFAVAXLINKCollected Data Streams
| Dataset | Source channel | Status | Notes |
|---|---|---|---|
trades | tradesWebSocket trades subscription | Preview | Batched trade arrays are normalized into individual trade records. |
book_l2_delta | l2BookWebSocket l2Book subscription | Preview | Hyperliquid sends full books; the collector diffs them into L2 deltas with periodic checkpoints. |
book_ticker | book_tickerWebSocket bbo subscription | Preview | Native top-of-book feed. |
derivative_ticker | activeAssetCtxWebSocket active asset context | Preview | Funding rate and mark/index context when provided by the exchange. |
derivative_ticker | activeAssetCtxWebSocket active asset context | Preview | Open interest records are emitted separately from funding records. |
Samples
| Sample | Dataset | Symbol | Date | Access |
|---|---|---|---|---|
| BTC trades preview | trades | BTC | today UTC while preview S3 is enabled | Open builder Use the download builder or API path /v1/data/hyperliquid/trades/BTC/{date}. |
| BTC L2 delta preview | book_l2_delta | BTC | today UTC while preview S3 is enabled | Open builder Use the download builder or API path /v1/data/hyperliquid/book_l2_delta/BTC/{date}. |
Caveats
- Not all Hyperliquid markets are published yet in the public preview catalog.
- Liquidations and candle streams are not part of the current validated Hyperliquid preview.
- Cross-collector merge and final daily gap reports are still being hardened.
Cost Notes
- L2 data is stored as deltas plus checkpoints, not repeated full-book snapshots.
- A customer downloading every published Parquet partition dominates egress cost; storage is secondary.