module Gemini::V1::StatsClient

Public Instance Methods

stats(symbol = "btcusd") click to toggle source

Various statistics about the requested pair.

@param symbol [string] Symbol of the pair you want info about. Default ‘btcusd’ @return [Array] @example:

client.stats('btcusd')
# File lib/gemini/v1/stats.rb, line 10
def stats(symbol = "btcusd")
  get("stats/#{symbol}").body
end