Python Poloniex Versions Save

Poloniex API wrapper for Python 2.7 & 3

v0.5.8

4 years ago

Fixes websocket callback messages #205

v0.5.7

4 years ago

Websocket fixes and features

v0.5.6

4 years ago

added cancelAllOrders and cleaned up examples

v0.5.5

4 years ago

fixed subscribing to 'account' made the default class the helper and the websocket class is 'PoloniexSocketed'

v0.5.4

4 years ago

Adds websocket support and pypi deployment

v0.5.3-dev

4 years ago

Moved helper methods to its own class, PoloniexSocketed is now Poloniex

v0.5.2-dev

4 years ago

v0.4.7

6 years ago

Change Log:

  • #152 #154 captured exceptions by retry are logged at debug level
  • #157 added dictionary websocket ticker example
  • #169 #167 added proxy support
  • #171 added limit param to returnTradeHistory
  • typos

v0.4.5

6 years ago

Change Log:

  • #131 fixed logging of invalid json, now retry captures any 'please try again' errors, other cosmetic changes