Class: Cryptoexchange::Exchanges::BtcExchange::Market
- Inherits:
-
Object
- Object
- Cryptoexchange::Exchanges::BtcExchange::Market
- Defined in:
- lib/cryptoexchange/exchanges/btc_exchange/market.rb
Constant Summary collapse
- NAME =
'btc_exchange'
- API_URL =
'https://api.btc-exchange.com/papi/web'
Class Method Summary collapse
Class Method Details
.trade_page_url(args = {}) ⇒ Object
7 8 9 |
# File 'lib/cryptoexchange/exchanges/btc_exchange/market.rb', line 7 def self.trade_page_url(args={}) "https://www.btc-exchange.com/" end |