Commit e15695e
committed
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'; //1 parent 3ab9f6a commit e15695e
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
0 commit comments