File size: 833 Bytes
60c79df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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"
    ],
    "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
}