Class: Cryptoexchange::Exchanges::Altilly::Market

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

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args = {})
  "https://www.altilly.com/market/#{args[:base]}_#{args[:target]}"
end