mdeniz / coinigy

Ruby toolkit for the Coinigy API (v1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ruby toolkit for the Coinigy API (v1)

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%