Files
ProfitLib/exchange_config_example.json
Scott Alfter 1a2781411b add support for Poloniex & Bleutrade; try to restrict consideration to those
coins that are properly functioning at the exchange (though we can't do this
for Cryptopia or C-CEX as their APIs don't provide this information)
2015-07-02 09:56:19 -07:00

24 lines
443 B
JSON

{
"cryptsy" : {
"pubkey" : "CRYPTSY_API_PUBLIC_KEY",
"privkey" : "CRYPTSY_API_PRIVATE_KEY"
},
"bittrex" : {
"pubkey": "BITTREX_API_KEY",
"privkey" : "BITTREX_API_SECRET"
},
"c-cex": {
"key" : "C-CEX_API_KEY"
},
"cryptopia": {},
"poloniex": {
"key": "POLONIEX_API_KEY",
"secret": "POLONIEX_API_SECRET"
},
"bleutrade": {
"key": "BLEUTRADE_API_KEY",
"secret": "BLEUTRADE_API_SECRET"
}
}