diff --git a/bitcoin_ b/bitcoin_ index 09c300a..0d09f5a 100755 --- a/bitcoin_ +++ b/bitcoin_ @@ -26,7 +26,7 @@ script = File.basename($0) $stderr = IO.new(2, "w") def uri(currency) - "https://apiv2.bitcoinaverage.com/ticker/#{currency}" + "https://apiv2.bitcoinaverage.com/indices/global/ticker/BTC#{currency}" end def echo_price(currency, &get_data)