module Cryptowatch::Pairs
Constants
- API_URL
Public Class Methods
index()
click to toggle source
# File lib/cryptowatch/business/pairs.rb, line 13 def self.index return API_URL end
pair(pair)
click to toggle source
# File lib/cryptowatch/business/pairs.rb, line 17 def self.pair(pair) return Api::format_url(API_URL, pair) end