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`
|
* url = `http://www.coinchoose.com`
|
||||||
* target = `/api.php`
|
* target = `/api.php`
|
||||||
* currency = `BTC`
|
* 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']['url'] = 'https://btc-e.com';
|
||||||
$config['price']['target'] = '/api/2/ltc_usd/ticker';
|
$config['price']['target'] = '/api/2/ltc_usd/ticker';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user