module Cryptowatch::Exchanges

Constants

API_URL

Public Class Methods

exchange(exchange) click to toggle source
# File lib/cryptowatch/business/exchanges.rb, line 17
def self.exchange(exchange)
  return Api::format_url(API_URL, exchange)
end
index() click to toggle source
# File lib/cryptowatch/business/exchanges.rb, line 13
def self.index
  return API_URL
end