class Cryptoexchange::Exchanges::Bitrue::Market

Constants

API_URL
NAME

Public Class Methods

trade_page_url(args={}) click to toggle source
# File lib/cryptoexchange/exchanges/bitrue/market.rb, line 8
def self.trade_page_url(args={})
  base = args[:base].downcase
  target = args[:target].downcase
  "https://www.bitrue.com/trading?market=#{target}&symbol=#{base}#{target}"
end