Class: Cryptoexchange::Exchanges::BtcAlpha::Market

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

Constant Summary collapse

NAME =
'btc_alpha'
API_URL =
'https://btc-alpha.com/api/v1'
TICKER_URL =
'https://btc-alpha.com/api'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



8
9
10
# File 'lib/cryptoexchange/exchanges/btc_alpha/market.rb', line 8

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