Brian Ziemek
8c683b756a
Add Yobit ticker API
2018-03-18 02:49:01 -04:00
Brian Ziemek
0dbb4d8bc9
Add Crypto-Bridge ticker API
2018-03-18 02:48:18 -04:00
Brian Ziemek
8f33ceb3a4
Correct "coinchoose" spelling in ticker code
2018-03-18 02:47:37 -04:00
Brian Ziemek
028889584c
Remove Cryptsy ticker support
...
The '90s are dead
2018-03-18 02:46:48 -04:00
Brian Ziemek
c2f3171d1a
Update BTC-e API domain
...
btc-e.com was seized by the US DOJ; use btc-e.nz instead
2018-03-18 02:44:54 -04:00
Brian Ziemek
de6fbf88db
Refactor getPrice() in tools.class.php
...
$this->config['currency'] as $strBase
$this->config['price']['currency'] as $strQuote
2018-03-18 02:41:56 -04:00
Sebastian Grewe
71b525812f
Merge branch 'master' into development
2016-02-25 10:49:53 +01:00
reappergrimd
e15695e1ff
Added cryptopia Api Call
...
Change Allows Site admin to pull last price from this exchange.
Configuration example
$config['price']['enabled'] = true;
$config['price']['url'] = 'https://www.cryptopia.co.nz/ ';;
$config['price']['target'] = 'api/GetMarket/2274'; // API call to get market via market id of coin (api/GetMarket/{coin market id}
$config['price']['currency'] = 'BTC'; //
2016-01-27 22:13:52 +02:00
Kasvain
61e6ed21c1
Add C-CEX API support
...
Allows fetching price information from C-CEX
2015-12-14 15:02:43 +02:00
Sebastian Grewe
2395500836
Revert "Update tools.class.php - add bleutrade api support"
2015-12-04 19:52:40 +01:00
Joey
c24f7bb397
Update tools.class.php
2015-12-04 12:12:38 -05:00
Joey
5d6215a0e3
Update tools.class.php - add bleutrade api support
...
Adds support for bleutrade api for the ticker
2015-12-04 12:09:19 -05:00
phoneman13
e39d90fffc
Update tools.class.php
...
Added Bittrex support
2014-06-26 20:24:25 -05:00
iAmShorty
9d0e1f2ba5
[FIX] CSRF protection for admin settings/user/news
2014-06-10 15:08:09 +02:00
Sebastian Grewe
bf036b13a6
Merge branch 'development' into move-internals
2014-04-28 11:26:47 +02:00
Sebastian Grewe
1456bd21ef
[MOVED] Removed include and templates from public [TESTING]
2014-04-20 15:34:55 +02:00