Gem Version

BitFex API for ruby

Simple implementation of BitFex.Trade API for ruby.

Documentation

Init

require 'bitfex'

client = Bitfex::Api.new
# make auth
client.auth('[email protected]', 'password')
# call API methods
client.balances # => {'BTC' => 15.0}

Methods

All available methods documentation: http://www.rubydoc.info/gems/bitfex/

Legal

Released under the MIT License: https://opensource.org/licenses/MIT