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