Class: Cryptoexchange::Exchanges::Coindeal::Market

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

Constant Summary collapse

NAME =
'coindeal'
API_URL =
'https://apigateway.coindeal.com/api/v1/public'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://frontend.coindeal.com/market/trade.html?pair=#{args[:base]}/#{args[:target]}"
end