Class: Cryptoexchange::Exchanges::TradeSatoshi::Market

Inherits:
Models::Market
  • Object
show all
Defined in:
lib/cryptoexchange/exchanges/trade_satoshi/market.rb

Constant Summary collapse

NAME =
'trade_satoshi'
API_URL =
'https://tradesatoshi.com/api/public'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://tradesatoshi.com/Exchange?market=#{args[:base].upcase}_#{args[:target].upcase}"
end