Skip to content

brianmcmichael/poloniex_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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