Class: Cryptoexchange::Exchanges::Hadax::Market

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

Constant Summary collapse

NAME =
'hadax'
PAIRS_API_URL =
'https://api.huobi.pro/v1/hadax/common/symbols'
API_URL =
'https://api.hadax.com'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



8
9
10
# File 'lib/cryptoexchange/exchanges/hadax/market.rb', line 8

def self.trade_page_url(args={})
  "https://www.hadax.com/#{args[:base]}_#{args[:target]}/exchange/"
end