Datasets:
Publish Hyperliquid asset contexts for 2026-04-30
Browse files- README.md +3 -15
- _manifest.json +2 -2
README.md
CHANGED
|
@@ -41,14 +41,6 @@ configs:
|
|
| 41 |
|
| 42 |
Free, daily-updated perpetuals market data intended for quant research, backtesting, and market microstructure analysis.
|
| 43 |
|
| 44 |
-
## Current Scope
|
| 45 |
-
|
| 46 |
-
- **Coverage:** Hyperliquid chain/archive-derived perp rows published as partitioned Parquet.
|
| 47 |
-
- **Datasets:** funding, trades, markets, open interest, and liquidations.
|
| 48 |
-
- **Cadence:** append-only daily partitions from the Chainticks Hetzner sink.
|
| 49 |
-
- **Timestamps:** UTC ISO-8601 strings. Missing values are Arrow nulls.
|
| 50 |
-
- **Best for:** agent-readable market context, strategy replay, feature engineering, and public benchmark slices.
|
| 51 |
-
|
| 52 |
```python
|
| 53 |
import pandas as pd
|
| 54 |
|
|
@@ -59,13 +51,13 @@ trades = pd.read_parquet(URL.format(DATE=DATE)) # first shard; see _manifest.js
|
|
| 59 |
print(trades.head())
|
| 60 |
```
|
| 61 |
|
| 62 |
-
This repository is for **chain-derived perp DEX data**, starting with Hyperliquid. The public dataset must only contain records whose provenance is public chain/archive state, not venue REST API resale. The first production feed publishes Hyperliquid funding, trades, markets, open interest, and liquidations as partitioned Parquet under an explicit `hyperliquid_chain/` provider partition.
|
| 63 |
|
| 64 |
## Status
|
| 65 |
|
| 66 |
-
|
| 67 |
|
| 68 |
-
## Layout
|
| 69 |
|
| 70 |
```text
|
| 71 |
hyperliquid_chain/
|
|
@@ -126,10 +118,6 @@ Eligible public rows use one of these `source_kind` values:
|
|
| 126 |
|
| 127 |
API-sourced internal research rows are intentionally excluded from this public dataset.
|
| 128 |
|
| 129 |
-
## Known Limitations
|
| 130 |
-
|
| 131 |
-
This is public-source market data for research and analytics. It is not a trading API, and it should not be treated as complete venue truth without checking the manifest, data freshness, and source provenance for the partition being used. Large trade dates may be sharded across many `part-*.parquet` files.
|
| 132 |
-
|
| 133 |
## Agent Prompt Snippet
|
| 134 |
|
| 135 |
```text
|
|
|
|
| 41 |
|
| 42 |
Free, daily-updated perpetuals market data intended for quant research, backtesting, and market microstructure analysis.
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
```python
|
| 45 |
import pandas as pd
|
| 46 |
|
|
|
|
| 51 |
print(trades.head())
|
| 52 |
```
|
| 53 |
|
| 54 |
+
This repository is initialized for **chain-derived perp DEX data**, starting with Hyperliquid. The public dataset must only contain records whose provenance is public chain/archive state, not venue REST API resale. The first production feed publishes Hyperliquid funding, trades, markets, open interest, and liquidations as partitioned Parquet under an explicit `hyperliquid_chain/` provider partition.
|
| 55 |
|
| 56 |
## Status
|
| 57 |
|
| 58 |
+
Initialized. Data publication starts after the Hetzner chain-derived `hyperliquid_chain` sink is live.
|
| 59 |
|
| 60 |
+
## Planned Layout
|
| 61 |
|
| 62 |
```text
|
| 63 |
hyperliquid_chain/
|
|
|
|
| 118 |
|
| 119 |
API-sourced internal research rows are intentionally excluded from this public dataset.
|
| 120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
## Agent Prompt Snippet
|
| 122 |
|
| 123 |
```text
|
_manifest.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
| 142 |
"hyperliquid_chain/trades/date=2026-05-11/part-0036.parquet",
|
| 143 |
"hyperliquid_chain/trades/date=2026-05-11/part-0037.parquet"
|
| 144 |
],
|
| 145 |
-
"generated_at": "2026-05-13T19:
|
| 146 |
"public_source_kinds": [
|
| 147 |
"chain_rpc",
|
| 148 |
"hypercore_s3",
|
|
@@ -161,7 +161,7 @@
|
|
| 161 |
"hyperliquid_chain/trades/2026-05-11": 9474108
|
| 162 |
},
|
| 163 |
"source_roots": [
|
| 164 |
-
"
|
| 165 |
],
|
| 166 |
"time_ranges": {
|
| 167 |
"hyperliquid_chain/funding/2026-04-30": {
|
|
|
|
| 142 |
"hyperliquid_chain/trades/date=2026-05-11/part-0036.parquet",
|
| 143 |
"hyperliquid_chain/trades/date=2026-05-11/part-0037.parquet"
|
| 144 |
],
|
| 145 |
+
"generated_at": "2026-05-13T19:39:30.866983+00:00",
|
| 146 |
"public_source_kinds": [
|
| 147 |
"chain_rpc",
|
| 148 |
"hypercore_s3",
|
|
|
|
| 161 |
"hyperliquid_chain/trades/2026-05-11": 9474108
|
| 162 |
},
|
| 163 |
"source_roots": [
|
| 164 |
+
"/tmp/hl_asset_ctxs_kc1zar04/perps/hyperliquid_chain"
|
| 165 |
],
|
| 166 |
"time_ranges": {
|
| 167 |
"hyperliquid_chain/funding/2026-04-30": {
|