-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconf.yaml
51 lines (51 loc) · 1.01 KB
/
conf.yaml
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
version: 0.0.1
mongodb:
address: mongodb://localhost:27017
status: on
zeromq:
address: tcp://localhost:5897
platforms:
coinbase:
websocket_address: wss://ws-feed.pro.coinbase.com
status: on
symbols:
- ETH-BTC
- BTC-USD
- ETH-USD
binance:
api_address: https://api.binance.com/api/v3
websocket_address: wss://stream.binance.com:9443/ws
status: on
symbols:
- ethusdt
- ethbtc
- btcusdt
deribit:
websocket_address: wss://deribit.com/ws/api/v2
status: on
symbols:
- ETH-PERPETUAL
- BTC-PERPETUAL
kraken:
websocket_address: wss://ws.kraken.com
status: on
symbols:
- ETH/USD
- ETH/XBT
- XBT/USD
bitstamp:
websocket_address: wss://ws.bitstamp.net
status: on
symbols:
- ethbtc
- btcusd
- ethusd
finery:
websocket_address: wss://trade.finerymarkets.com/ws
key: your_key
secret: your_secret
status: off
symbols:
- BTC-USD
- ETH-USD
- ETH-BTC