Module: Bitfinex::RESTv1Stats
- Included in:
- RESTv1
- Defined in:
- lib/rest/v1/stats.rb
Instance Method Summary collapse
-
#stats(symbol = "btcusd") ⇒ Array
Various statistics about the requested pair.
Instance Method Details
#stats(symbol = "btcusd") ⇒ Array
Various statistics about the requested pair.
@example:
client.stats('btcusd')
9 10 11 |
# File 'lib/rest/v1/stats.rb', line 9 def stats(symbol = "btcusd") get("stats/#{symbol}").body end |