module Bitfinex::RESTv1Stats
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/rest/v1/stats.rb, line 9 def stats(symbol = "btcusd") get("stats/#{symbol}").body end