class Cryptoexchange::Exchanges::Bitmax::Market

Constants

API_URL
NAME

Public Class Methods

trade_page_url(args = {}) click to toggle source
# File lib/cryptoexchange/exchanges/bitmax/market.rb, line 7
def self.trade_page_url(args = {})
  base   = args[:base].downcase
  target = args[:target].downcase
  "https://bitmax.io/#/trade/#{target}/#{base}"
end