File size: 1,388 Bytes
3f5bfb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2508769
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3f5bfb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233b21e
 
3f5bfb2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "allowed_public_source_kinds": [
    "chain_rpc",
    "hypercore_s3",
    "on_chain_event"
  ],
  "datasets": {
    "funding": [
      "provider",
      "symbol",
      "recorded_at",
      "exchange_time",
      "funding_rate",
      "mark_price",
      "index_price",
      "source_kind"
    ],
    "liquidations": [
      "provider",
      "symbol",
      "recorded_at",
      "exchange_time",
      "liquidation_id",
      "side",
      "price",
      "size",
      "notional_usd",
      "source_kind"
    ],
    "markets": [
      "provider",
      "symbol",
      "recorded_at",
      "mark_price",
      "index_price",
      "oracle_price",
      "funding_rate",
      "open_interest_usd",
      "source_kind"
    ],
    "open_interest": [
      "provider",
      "symbol",
      "recorded_at",
      "open_interest_base",
      "open_interest_usd",
      "mark_price",
      "index_price",
      "source_kind"
    ],
    "trades": [
      "provider",
      "symbol",
      "recorded_at",
      "exchange_time",
      "trade_id",
      "side",
      "price",
      "size",
      "notional_usd",
      "source_kind"
    ]
  },
  "public_dataset_rule": "Only chain-derived records are eligible for public parquet publishing.",
  "schema_version": 1,
  "timestamp_policy": "All timestamps are UTC ISO-8601 strings. Missing values are encoded as Arrow nulls, not NaN sentinels."
}