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