Class: Cryptoexchange::Exchanges::Nusax::Market

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

Constant Summary collapse

NAME =
'nusax'
API_URL =
'https://nusax.co.id/api/v2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



7
8
9
# File 'lib/cryptoexchange/exchanges/nusax/market.rb', line 7

def self.trade_page_url(args={})
  "https://nusax.co.id/trading/#{args[:base]}#{args[:target]}"
end