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)
24 lines
443 B
JSON
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"
|
|
}
|
|
}
|
|
|