Class: Cryptoexchange::Exchanges::Btcsquare::Market

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

Constant Summary collapse

NAME =
'btcsquare'
API_URL =
'https://www.btcsquare.net/api/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.btcsquare.net/exchange/#{args[:base]}/#{args[:target]}"
end