Class: Cryptoexchange::Exchanges::Latoken::Market

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

Constant Summary collapse

NAME =
'latoken'
API_URL =
'https://api.latoken.com'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://wallet.latoken.com/market/Crypto/#{args[:target]}/#{args[:base]}-#{args[:target]}"
end