Class: Cryptoexchange::Exchanges::Zaif::Market

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

Constant Summary collapse

NAME =
'zaif'
API_URL =
'https://api.zaif.jp/api/1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://zaif.jp/trade_#{args[:base].downcase}_#{args[:target].downcase}"
end