Class: Cryptoexchange::Exchanges::Ethex::Market

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

Constant Summary collapse

NAME =
'ethex'
API_URL =
'https://api.ethex.market:5055'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



6
7
8
# File 'lib/cryptoexchange/exchanges/ethex/market.rb', line 6

def self.trade_page_url(args={})
  "https://ethex.market/##{args[:target]}"
end