-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 728 Bytes
/
config.json
File metadata and controls
31 lines (31 loc) · 728 Bytes
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
{
"HYPERLIQUID_WS_URL": "wss://api.hyperliquid.xyz/ws",
"HYPERLIQUID_INFO_URL": "https://api.hyperliquid.xyz/info",
"KAFKA_BROKERS": "localhost:9092",
"KAFKA_CLIENT_ID": "hyperliquid-producers",
"LOG_LEVEL": "info",
"SUBSCRIPTION_TYPES": [
"trades",
"l2Book",
"candle"
],
"DEFAULT_CANDLE_INTERVAL": "30m",
"COINS": [
{
"symbol": "BTC",
"candleInterval": "15m"
},
{
"symbol": "ETH",
"candleInterval": "15m"
},
{
"symbol": "SOL",
"candleInterval": "15m"
},
{
"symbol": "HYPE",
"candleInterval": "15m"
}
]
}