Sha256: adf78f1f02a185787f1dab87401f6c2bb1a0b8efdc443527019ed5d1085e2995

Contents?: true

Size: 522 Bytes

Versions: 4

Compression:

Stored size: 522 Bytes

Contents

[![Gem Version](https://badge.fury.io/rb/bitfex.svg)](https://badge.fury.io/rb/bitfex)

# 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

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

# Legal

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bitfex-2.0.0 README.md
bitfex-1.2.0 README.md
bitfex-1.1.0 README.md
bitfex-1.0.1 README.md