Class: Cryptoexchange::Exchanges::Bithash::Market

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

Constant Summary collapse

NAME =
'bithash'
API_URL =
'https://www.bithash.net/api'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.bithash.net/en/trade/#{args[:base]}/#{args[:target]}"
end