Class: Bitex::Rates

Inherits:
Object
  • Object
show all
Defined in:
lib/bitex/rates.rb

Overview

Exchange rates for cash in and cash out

Class Method Summary collapse

Class Method Details

.allObject

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