Class: Cryptoexchange::Exchanges::Gopax::Market

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

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.gopax.co.kr/exchange/#{args[:base]}-#{args[:target]}"
end