Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 522 Bytes

File metadata and controls

27 lines (17 loc) · 522 Bytes

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('user@example.com', '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