Class: Cryptoexchange::Exchanges::Extstock::Market

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

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://extstock.com/markets/#{args[:base]}_#{args[:target]}"
end