Class: Cryptoexchange::Exchanges::Coinzest::Market

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

Constant Summary collapse

NAME =
'coinzest'
API_URL =
'https://api.coinzest.co.kr/api/public'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.coinzest.co.kr/app/cxweb/it/IT4001.jsp"
end