Class: Cryptoexchange::Exchanges::Luno::Market

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

Constant Summary collapse

NAME =
'luno'
API_URL =
'https://api.mybitx.com/api/1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

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