GregM commited on
Commit
2508769
·
verified ·
1 Parent(s): 3f5bfb2

Initialize perp open data dataset

Browse files
Files changed (4) hide show
  1. LICENSE +8 -0
  2. README.md +7 -3
  3. _manifest.json +1 -1
  4. _schema.json +23 -0
LICENSE CHANGED
@@ -1,5 +1,13 @@
 
 
1
  Creative Commons Attribution 4.0 International (CC BY 4.0)
2
 
3
  You are free to share and adapt this dataset, including for commercial purposes, provided that appropriate credit is given.
4
 
5
  Canonical license text: https://creativecommons.org/licenses/by/4.0/
 
 
 
 
 
 
 
1
+ Chainticks Dataset License
2
+
3
  Creative Commons Attribution 4.0 International (CC BY 4.0)
4
 
5
  You are free to share and adapt this dataset, including for commercial purposes, provided that appropriate credit is given.
6
 
7
  Canonical license text: https://creativecommons.org/licenses/by/4.0/
8
+
9
+ Recommended attribution:
10
+
11
+ "Chainticks Perp Data, derived from public chain/archive state. https://chainticks.com"
12
+
13
+ Chainticks asserts no ownership over underlying market facts. Chainticks is independent and is not affiliated with, endorsed by, or sponsored by Hyperliquid Labs or any protocol whose data appears in this dataset.
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: cc-by-4.0
3
- pretty_name: Perp Data
4
  tags:
5
  - finance
6
  - crypto
@@ -12,11 +12,11 @@ task_categories:
12
  - tabular-regression
13
  ---
14
 
15
- # Perp Data
16
 
17
  Free, daily-updated perpetuals market data intended for quant research, backtesting, and market microstructure analysis.
18
 
19
- 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 will publish Hyperliquid funding, trades, and open interest as partitioned Parquet, under an explicit `hyperliquid_chain/` provider partition.
20
 
21
  ## Status
22
 
@@ -28,7 +28,9 @@ Initialized. Data publication starts after the Hetzner chain-derived `hyperliqui
28
  hyperliquid_chain/
29
  funding/date=YYYY-MM-DD/part-0000.parquet
30
  trades/date=YYYY-MM-DD/part-0000.parquet
 
31
  open_interest/date=YYYY-MM-DD/part-0000.parquet
 
32
  _schema.json
33
  _manifest.json
34
  ```
@@ -53,3 +55,5 @@ Eligible public rows use one of these `source_kind` values:
53
  - `hypercore_s3`
54
 
55
  API-sourced internal research rows are intentionally excluded from this public dataset.
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ pretty_name: Chainticks Perp Data
4
  tags:
5
  - finance
6
  - crypto
 
12
  - tabular-regression
13
  ---
14
 
15
+ # Chainticks Perp Data
16
 
17
  Free, daily-updated perpetuals market data intended for quant research, backtesting, and market microstructure analysis.
18
 
19
+ 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.
20
 
21
  ## Status
22
 
 
28
  hyperliquid_chain/
29
  funding/date=YYYY-MM-DD/part-0000.parquet
30
  trades/date=YYYY-MM-DD/part-0000.parquet
31
+ markets/date=YYYY-MM-DD/part-0000.parquet
32
  open_interest/date=YYYY-MM-DD/part-0000.parquet
33
+ liquidations/date=YYYY-MM-DD/part-0000.parquet
34
  _schema.json
35
  _manifest.json
36
  ```
 
55
  - `hypercore_s3`
56
 
57
  API-sourced internal research rows are intentionally excluded from this public dataset.
58
+
59
+ Chainticks is independent and is not affiliated with, endorsed by, or sponsored by Hyperliquid Labs or any protocol whose data appears here. Protocol names are used descriptively.
_manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "files": [],
3
- "generated_at": "2026-05-10T11:37:03.879939+00:00",
4
  "public_source_kinds": [
5
  "chain_rpc",
6
  "hypercore_s3",
 
1
  {
2
  "files": [],
3
+ "generated_at": "2026-05-10T11:58:07.573791+00:00",
4
  "public_source_kinds": [
5
  "chain_rpc",
6
  "hypercore_s3",
_schema.json CHANGED
@@ -15,6 +15,29 @@
15
  "index_price",
16
  "source_kind"
17
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  "open_interest": [
19
  "provider",
20
  "symbol",
 
15
  "index_price",
16
  "source_kind"
17
  ],
18
+ "liquidations": [
19
+ "provider",
20
+ "symbol",
21
+ "recorded_at",
22
+ "exchange_time",
23
+ "liquidation_id",
24
+ "side",
25
+ "price",
26
+ "size",
27
+ "notional_usd",
28
+ "source_kind"
29
+ ],
30
+ "markets": [
31
+ "provider",
32
+ "symbol",
33
+ "recorded_at",
34
+ "mark_price",
35
+ "index_price",
36
+ "oracle_price",
37
+ "funding_rate",
38
+ "open_interest_usd",
39
+ "source_kind"
40
+ ],
41
  "open_interest": [
42
  "provider",
43
  "symbol",