Class: Cryptoexchange::Exchanges::Bilaxy::Market
- Inherits:
-
Models::Market
- Object
- Models::Market
- Cryptoexchange::Exchanges::Bilaxy::Market
- Defined in:
- lib/cryptoexchange/exchanges/bilaxy/market.rb
Constant Summary collapse
- NAME =
'bilaxy'
- API_URL =
'http://api.bilaxy.com/v1'
- PAIRS_API_URL =
'https://www.bilaxy.com/api/v2/market/coins'
Class Method Summary collapse
Class Method Details
.trade_page_url(args = {}) ⇒ Object
8 9 10 |
# File 'lib/cryptoexchange/exchanges/bilaxy/market.rb', line 8 def self.trade_page_url(args={}) "https://bilaxy.com/exchange" end |