Class: Cryptoexchange::Exchanges::Bitibu::Market

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

Constant Summary collapse

NAME =
'bitibu'
API_URL =
'https://bitibu.com/api/v2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



7
8
9
10
11
# File 'lib/cryptoexchange/exchanges/bitibu/market.rb', line 7

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