forked from ctubio/Krypto-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-dev-tribeca.json
44 lines (38 loc) · 1.39 KB
/
sample-dev-tribeca.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
40
41
42
43
44
{
"TRIBECA_MODE": "dev",
"EXCHANGE": "Okex",
"TradedPair": "ETH/USDT",
"MongoDbUrl": "mongodb://127.0.0.1:27017/tribeca",
"WebClientUsername": "NULL",
"WebClientPassword": "NULL",
"WebClientListenPort": "3000",
"ShowAllOrders": "true",
"MinTickIncrement": 0.0001,
"HitBtcPullUrl": "http://demo-api.hitbtc.com",
"HitBtcOrderEntryUrl": "ws://demo-api.hitbtc.com:8080",
"HitBtcMarketDataUrl": "ws://demo-api.hitbtc.com:80",
"HitBtcSocketIoUrl": "https://demo-api.hitbtc.com:8081",
"HitBtcApiKey": "NULL",
"HitBtcSecret": "NULL",
"HitBtcOrderDestination": "HitBtc",
"CoinbaseRestUrl": "https://api-public.sandbox.gdax.com",
"CoinbaseWebsocketUrl": "wss://ws-feed-public.sandbox.gdax.com",
"CoinbasePassphrase": "NULL",
"CoinbaseApiKey": "NULL",
"CoinbaseSecret": "NULL",
"CoinbaseOrderDestination": "Coinbase",
"OkCoinWsUrl": "wss://real.okex.com:10442/ws/v3",
"OkCoinHttpUrl": "https://www.okcoin.com",
"OkCoinApiKey": "NULL",
"OkCoinSecretKey": "NULL",
"OkCoinPassphrase": "coffee",
"OkCoinOrderDestination": "Okex",
"BitfinexHttpUrl": "https://api.bitfinex.com/v1",
"BitfinexKey": "NULL",
"BitfinexSecret": "NULL",
"BitfinexOrderDestination": "Bitfinex",
"HuobiHttpUrl": "https://api.bitfinex.com/v1",
"HuobiKey": "NULL",
"HuobiSecret": "NULL",
"HuobiOrderDestination": "Huobi"
}