Class: Cryptoexchange::Exchanges::BitZ::Market

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

Constant Summary collapse

NAME =
'bit_z'
API_URL =
"https://apiv2.bitz.com".freeze

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

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