Skip to content

Commit

Permalink
edit qbtc api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjieyek committed Feb 21, 2019
1 parent 95ff608 commit 44f700d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions lib/cryptoexchange/exchanges/qbtc/market.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module Cryptoexchange::Exchanges
module Qbtc
class Market < Cryptoexchange::Models::Market
NAME = 'qbtc'
API_URL = 'https://www.myqbtc.com/json'
API_URL = 'https://www.qbtc.ink/json'

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

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 44f700d

Please sign in to comment.