class Cryptoexchange::Exchanges::Hadax::Market
Constants
- API_URL
- NAME
- PAIRS_API_URL
Public Class Methods
trade_page_url(args={})
click to toggle source
# File lib/cryptoexchange/exchanges/hadax/market.rb, line 8 def self.trade_page_url(args={}) "https://www.hadax.com/#{args[:base]}_#{args[:target]}/exchange/" end