Class: Cryptoexchange::Exchanges::Altmarkets::Market

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

Constant Summary collapse

NAME =
'altmarkets'
API_URL =
'https://altmarkets.cc/api/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

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