Commit Graph

8 Commits

Author SHA1 Message Date
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
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