Sha256: 64c73b36097edab1c89d837a3f6f815143d97f0943d2f4f7383950ce3e89f07e
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
# BitFex API for ruby Simple implementation of BitFex.Trade API for ruby. # Documentation ## Init ```ruby require 'bitfex' client = Bitfex::Api.new() # make auth client.auth('user@example.com', 'password') # call API methods client.balances # => {'BTC' => 15.0} ``` ## Methods Methods documentation could be found in source =/ # Legal Released under the MIT License: https://opensource.org/licenses/MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitfex-1.0.0 | README.md |