Added support for Okex

This commit is contained in:
Ryan O'Hara-Reid
2018-01-25 16:27:20 +11:00
parent 53b80f8bd4
commit e7a79c17be
5 changed files with 1429 additions and 2 deletions

View File

@@ -453,6 +453,29 @@
"Delimiter": "_"
}
},
{
"Name": "OKEX",
"Enabled": true,
"Verbose": false,
"Websocket": false,
"UseSandbox": false,
"RESTPollingDelay": 10,
"AuthenticatedAPISupport": false,
"APIKey": "Key",
"APISecret": "Secret",
"AvailablePairs": "ltc_btc,eth_btc,etc_btc,bch_btc,btc_usdt,eth_usdt,ltc_usdt,etc_usdt,bch_usdt,etc_eth,bt1_btc,bt2_btc,btg_btc,qtum_btc,hsr_btc,neo_btc,gas_btc,qtum_usdt,hsr_usdt,neo_usdt,gas_usdt,btc_usd,ltc_usd,eth_usd,etc_usd,bch_usd",
"EnabledPairs": "btc_usd,ltc_usd",
"BaseCurrencies": "USD",
"AssetTypes": "SPOT,this_week,next_week,quarter",
"ConfigCurrencyPairFormat": {
"Uppercase": false,
"Delimiter": "_"
},
"RequestCurrencyPairFormat": {
"Uppercase": false,
"Delimiter": "_"
}
},
{
"Name": "Poloniex",
"Enabled": true,
@@ -477,4 +500,4 @@
}
}
]
}
}