Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlee committed Jan 14, 2019
2 parents ada9e7b + de3d06f commit 95c0a90
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 48 deletions.
6 changes: 5 additions & 1 deletion lib/cryptoexchange/exchanges/qbtc/market.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ module Cryptoexchange::Exchanges
module Qbtc
class Market < Cryptoexchange::Models::Market
NAME = 'qbtc'
API_URL = 'https://www.qbtc.com/json'
API_URL = 'https://www.myqbtc.com/json'

def self.trade_page_url(args={})
"https://www.myqbtc.com/markets?symbol=#{args[:base]}_#{args[:target]}"
end
end
end
end

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95c0a90

Please sign in to comment.