pablof7z / cobinhood_ruby_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby wrapper for Cobinhood REST API

Following wrapper created based on version of API documentation published at February 2018. Cover all endpoints provided by official documentation.

  • tickers , orderbook , market stats with public API.
  • create, alter and cancel orders.
  • viewing your orders and fills
  • viewing your wallets and transactions

Installation

Add this line to your application's Gemfile:

gem 'cobinhood_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cobinhood_api

Usage

Sample usage will is demonstrated in samples project available here

Buy me some beer or coffee

ETH
0x7318932B90eB97a46DC2873D722B8B2cAeacbf92

About

License:MIT License


Languages

Language:Ruby 99.0%Language:Shell 1.0%