Class: Cryptoexchange::Exchanges::Coinone::Market

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

Constant Summary collapse

NAME =
'coinone'
API_URL =
'https://api.coinone.co.kr'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://coinone.co.kr/exchange/trade/#{args[:base].downcase}/#{args[:target].downcase}"
end