Class: Cryptoexchange::Exchanges::Syex::Market

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

Constant Summary collapse

NAME =
'syex'
TARGET_SYM =
'USDT'
API_URL =
'https://api-new.syex.io/pc/coinMarket/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.syex.io/#/tradeCenter?payCoinName=#{args[:target]}&coinName=#{args[:base]}"
end