Class: Cryptoexchange::Exchanges::Bitbox::Market

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

Constant Summary collapse

NAME =
'bitbox'
API_URL =
'https://api.bitbox.me/trade/public/v2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.bitbox.me/exchange?coin=#{args[:base]}&market=#{args[:target]}"
end