Class: Cryptoexchange::Exchanges::Btcbox::Market
- Inherits:
-
Models::Market
- Object
- Models::Market
- Cryptoexchange::Exchanges::Btcbox::Market
- Defined in:
- lib/cryptoexchange/exchanges/btcbox/market.rb
Constant Summary collapse
- NAME =
'btcbox'
- API_URL =
'https://www.btcbox.co.jp/api/v1'
Class Method Summary collapse
Class Method Details
.trade_page_url(args = {}) ⇒ Object
7 8 9 |
# File 'lib/cryptoexchange/exchanges/btcbox/market.rb', line 7 def self.trade_page_url(args={}) "https://www.btcbox.co.jp/market-#{args[:base]}.html" end |