Skip to content

Commit

Permalink
Merge pull request thrasher-corp#80 from shazbert/okex
Browse files Browse the repository at this point in the history
Added support for Okex
  • Loading branch information
thrasher- authored Jan 29, 2018
2 parents 53b80f8 + e7a79c1 commit 27373ba
Show file tree
Hide file tree
Showing 5 changed files with 1,429 additions and 2 deletions.
25 changes: 24 additions & 1 deletion config_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,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,
Expand Down Expand Up @@ -477,4 +500,4 @@
}
}
]
}
}
Loading

0 comments on commit 27373ba

Please sign in to comment.