Class: Cryptoexchange::Exchanges::Kucoin::Market

Inherits:
Models::Market show all
Defined in:
lib/cryptoexchange/exchanges/kucoin/market.rb

Constant Summary collapse

NAME =
'kucoin'
API_URL =
'https://api.kucoin.com/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.kucoin.com/#/trade.pro/#{args[:base].upcase}-#{args[:target].upcase}"
end