Class: Cryptoexchange::Exchanges::MaxMaicoin::Market

Inherits:
Object
  • Object
show all
Defined in:
lib/cryptoexchange/exchanges/max_maicoin/market.rb

Constant Summary collapse

NAME =
'max_maicoin'
API_URL =
'https://max-api.maicoin.com/api/v2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://max.maicoin.com/markets/#{args[:base].downcase}#{args[:target].downcase}"
end