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.
Install via Rubygems
gem install coinigy
... or add it to your Gemfile
gem 'coinigy', "~> 1.0"
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
The coinigy gem depends on these other gems for usage at runtime:
See the reference for more detailed information.