Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 778 Bytes

Poloniex API Wrapper - Ruby Edition

  • Ruby 2.15+
  • No additional dependencies

Ported from this wrapper written by 's4w3d0ff'

I (brianmcmichael) am not affiliated with, nor paid by Poloniex. If you wish to contribute to this repository please read CONTRIBUTING.md. All and any help is appreciated.

Getting Started

Add the Api wrapper to your Gemfile

gem 'poloniex_api'

Require the gem in your application

require 'poloniex'

Basic Usage

poloniex = Poloniex::API.new

Initialize a new object with your API key, Secret Key, and (optional) timeout in seconds.

poloniex = Poloniex::API.new('YOUR_API_KEY', 'YOUR_SECRET_KEY')

Get your API key here