Class: Cryptoexchange::Exchanges::Lbank::Market

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

Constant Summary collapse

NAME =
'lbank'
API_URL =
'https://api.lbank.info/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.lbank.info/exchange.html?asset=#{args[:base].downcase}&post=#{args[:target].downcase}"
end