Class: Cryptoexchange::Exchanges::Lakebtc::Market

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

Constant Summary collapse

NAME =
'lakebtc'
API_URL =
'https://api.lakebtc.com/api_v2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.lakebtc.com/deposits/new?currency=#{args[:target].downcase}"
end