Class: Cryptoexchange::Exchanges::Kryptono::Market

Inherits:
Models::Market show all
Defined in:
lib/cryptoexchange/exchanges/kryptono/market.rb

Constant Summary collapse

NAME =
'kryptono'
MARKET_API_URL =
'https://api.kryptono.exchange/v1/getmarketsummaries'
API_URL =
'https://engines.kryptono.exchange/api/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



8
9
10
# File 'lib/cryptoexchange/exchanges/kryptono/market.rb', line 8

def self.trade_page_url(args={})
  "https://kryptono.exchange/k/accounts/trade?s=#{args[:base]}_#{args[:target]}"
end