Cryptsy api support
This commit is contained in:
parent
ee2c90525c
commit
93e36a8259
@ -73,6 +73,11 @@ $config['wallet']['password'] = 'testnet';
|
||||
* url = `http://www.coinchoose.com`
|
||||
* target = `/api.php`
|
||||
* currency = `BTC`
|
||||
*
|
||||
* Optional (cryptsy.com):
|
||||
* url = `https://www.cryptsy.com`
|
||||
* target = `/api.php?method=marketdata`
|
||||
* currency = `BTC`
|
||||
**/
|
||||
$config['price']['url'] = 'https://btc-e.com';
|
||||
$config['price']['target'] = '/api/2/ltc_usd/ticker';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user