class Cryptoexchange::Exchanges::Coinex::Market

Constants

API_URL
NAME
SEPARATOR_REGEX

Public Class Methods

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