Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BitFex.trade simple API implementation for ruby

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages