Class: Cryptoexchange::Exchanges::Coinrail::Market
- Inherits:
-
Models::Market
- Object
- Models::Market
- Cryptoexchange::Exchanges::Coinrail::Market
- Defined in:
- lib/cryptoexchange/exchanges/coinrail/market.rb
Constant Summary collapse
- NAME =
'coinrail'
- API_URL =
'https://api.coinrail.co.kr'
- TICKER_URL =
'https://coinrail.co.kr/main/market_info'
Class Method Summary collapse
Class Method Details
.trade_page_url(args = {}) ⇒ Object
8 9 10 |
# File 'lib/cryptoexchange/exchanges/coinrail/market.rb', line 8 def self.trade_page_url(args={}) "https://coinrail.co.kr/api/public/system/market/info?fiat_currency=#{args[:target]}&lang=ko" end |