Skip to content
/ polo Public

A command line interface to trade on the Poloniex exchange

License

Notifications You must be signed in to change notification settings

alvfig/polo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polo

A command line interface, CLI, to trade on the Poloniex exchange through its RestFul API.

You can consult your balance and place orders on the exchange.

It is a Python script with support to both versions 2 and 3.

$ polo help
Examples:

polo balance
polo summary                  # margin
polo tradable                 # margin
polo position BTC_ETH         # margin
polo long BTC_ETH 0.01981 10  # margin
polo short BTC_ETH 0.01981 10 # margin
polo close BTC_ETH            # margin
polo buy BTC_ETH 0.01981 10   # exchange
polo sell BTC_ETH 0.01981 10  # exchange
polo orders BTC_ETH
polo trades 40829005273
polo cancel 40829005273
polo move 40829005273 0.01981 [10]
polo transfer ETH 10 exchange margin

Disclaimers

  1. This software is not endorsed by the Poloniex exchange. It is just an author's study on use of the RestFul API provided by them.
  2. This software is provided as is, without any guarantee of working or profit.
  3. Trading involves high risks. The author can not be responsible for any losses when using this software.

Install Python 3

Install Python 2

Configure

Create a settings.py file and fill it with yours API key and secret. Use the settings.py_template as a model.

Examples

About

A command line interface to trade on the Poloniex exchange

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages