Python Poloniex Versions Save

Poloniex API wrapper for Python 2.7 & 3

v0.4.4

6 years ago

Change Log:

  • moved retry, added logic for new poloniex connection errors and to reduce nonce errors #127
  • default timeout is now None (it waits forever...) #127
  • removed polocalbox.py and getTrollboxMessages command (RIP trollbox :cry:) #127
  • added pandas chart example #128
  • updated readme and other minor changes

v0.4.3

6 years ago

Change Log:

  • default timeout is now 80 sec
  • new getTrollboxMessages command (not in polo docs)

v0.4.2

7 years ago

Change Log:

  • fix key and secret variables so we can make private calls again...

v0.4.1

7 years ago

Change Log:

  • #107 copied docs to doc strings (with edits) and changed arg names to match api param names

Arg Names:

Before -> After Poloniex object: Key, Secret -> key, secret all methods: coin -> currency pair -> currencyPair transferBalance: fromac -> fromAccount toac -> toAccount createLoanOffer: rate -> lendingRate

v0.3.7

7 years ago

Change Log:

  • #106 loanbot changes

v0.3.6

7 years ago

Change Log:

  • #99 fixed the move order 'amount' argument
  • #103 #102 #97 nonce updates
  • minor bug fix in examples

v0.3.5

7 years ago

Change Log:

  • #96 travis.yml
  • #97 fixed
  • #98 new loanbot
  • fancy badges in readme, such fancy

v0.3.4

7 years ago

Change Log:

  • #87 use semaphore coach as default
  • #88 add retry for requests exception
  • #92 cleaned up json parsing (internal)
  • #94 use new poloniex.PoloniexError exception for internal and poloniex.com errors
  • #95 unittests
  • minor bug fixes

TODO:

  • pypi

v0.3.3

7 years ago

v0.3.2 but with version bump, sorry...

v0.3.2

7 years ago

Change Log:

  • #80 #83 bugs in coach fixed and all 3 versions now included
  • #73 mongo ticker updated

TODO:

  • unittests
  • pypi