Class: Bitex::Rates
- Inherits:
-
Object
- Object
- Bitex::Rates
- Defined in:
- lib/bitex/rates.rb
Overview
Exchange rates for cash in and cash out
Class Method Summary collapse
-
.all ⇒ Object
The rates tree conveniently formatted as a ruby Hash with symbolized keys.
Class Method Details
.all ⇒ Object
The rates tree conveniently formatted as a ruby Hash with symbolized keys.
7 8 9 |
# File 'lib/bitex/rates.rb', line 7 def self.all Api.private(:get, "/private/rates").deep_symbolize_keys end |