/coinigy

Ruby toolkit for the Coinigy API (v1)

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Coinigy

Ruby toolkit for the Coinigy API (v1).

This gem allows you to interact with your Coinigy Account and Exchange Accounts directly, to refresh balances, place and cancel orders, set and cancel alerts, and poll for market data.

Quick start

Install via Rubygems

gem install coinigy

... or add it to your Gemfile

gem 'coinigy', "~> 1.0"

Using the low level client

API methods are accessible directly from a Coinigy::Client class instance.

# Provide authentication credentials
client = Coinigy::Client.new(key: '9328lksdjfñlkj234', secret: 'c0d3b4ssssss43sfsaf')
# Fetch the user info
client.user_info

Requirements

The coinigy gem depends on these other gems for usage at runtime:

Reference

See the reference for more detailed information.