-
Notifications
You must be signed in to change notification settings - Fork 22
/
configs.json
39 lines (39 loc) · 877 Bytes
/
configs.json
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
{
"binance": {
"xrpbtc": "trade,depth20",
"xrpusdt": "trade,depth20",
"ethusdt": "depth20",
"ethbtc": "depth20",
"eosusdt": "depth20",
"eosbtc": "depth20",
"mtlbtc": "depth20",
"iotausdt": "depth20",
"qtumbtc": "trade,depth20"
},
"bitstamp": {
"btcusd": "live_trades,diff_order_book",
"eurusd": "live_trades,diff_order_book"
},
"kraken": {
"BTC/USD": "trade,book",
"BTC/EUR": "trade,book"
},
"okex": {
"BTC-USDT": "depth,trade"
},
"bitmex": {
"xbtusd": "orderBookL2,trade,liquidation",
"ethusd": "orderBookL2,trade,liquidation"
},
"bitfinex": {
"tBTCUSD": "trades,book",
"tETHUSD": "trades,book",
"tETHEUR": "trades,book",
"tBTCEUR": "trades,book"
},
"coinbase": {
"BTC-USD": "matches,level2",
"LTC-USD": "matches,level2",
"ETH-USD": "matches,level2"
}
}