Class: Cryptoexchange::Exchanges::Hitbtc::Market

Inherits:
Models::Market show all
Defined in:
lib/cryptoexchange/exchanges/hitbtc/market.rb

Constant Summary collapse

NAME =
'hitbtc'
API_URL =
'https://api.hitbtc.com/api/2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



7
8
9
# File 'lib/cryptoexchange/exchanges/hitbtc/market.rb', line 7

def self.trade_page_url(args={})
  "https://hitbtc.com/#{args[:base].upcase}-to-#{args[:target].upcase}"
end