Class: Cryptoexchange::Exchanges::Blokmy::Market

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

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

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