Skip to content
/ coinigy Public

Ruby toolkit for the Coinigy API (v1)

License

Notifications You must be signed in to change notification settings

mdeniz/coinigy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages