Add basic support for COINUT exchange

This commit is contained in:
Adrian Gallagher
2017-06-27 17:03:04 +10:00
parent 3c53fe9419
commit 093def35e9
8 changed files with 748 additions and 5 deletions

View File

@@ -129,6 +129,20 @@
"EnabledPairs": "LTC,BTC",
"BaseCurrencies": "AUD"
},
{
"Name": "COINUT",
"Enabled": true,
"Verbose": false,
"Websocket": false,
"RESTPollingDelay": 10,
"AuthenticatedAPISupport": false,
"APIKey": "Key",
"APISecret": "Secret",
"ClientID": "ClientID",
"AvailablePairs": "LTCBTC,ETCBTC,ETHBTC",
"EnabledPairs": "LTCBTC,ETCBTC,ETHBTC",
"BaseCurrencies": "USD"
},
{
"Name": "GDAX",
"Enabled": true,
@@ -284,4 +298,4 @@
"BaseCurrencies": "USD"
}
]
}
}