Fix graviex market url (#257)

This commit is contained in:
Jia Wu 2018-04-19 04:20:20 -04:00 committed by Tanguy Pruvot
parent e6a731cf19
commit ea59f8a53b

View file

@ -106,7 +106,7 @@ function getMarketUrl($coin, $marketName)
else if($market == 'empoex')
$url = "http://www.empoex.com/trade/{$symbol}-{$base}";
else if($market == 'graviex')
$url = "https://graviex.net/api/v2/tickers/{$symbol}{$base}";
$url = "https://graviex.net/markets/{$lowsymbol}{$lowbase}";
else if($market == 'jubi')
$url = "http://jubi.com/coin/{$lowsymbol}";
else if($market == 'hitbtc')