ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

Add support for optional paymentid's when withdrawing #128

Closed ghost closed 6 years ago

ghost commented 6 years ago

It seems the current Python Wrapper does not include a way to add the optional paymentid for withdrawing payments.

I think it is also worth noting that if you tried to withdraw cryptos that requires tags / memo's / paymentids that the Bittrex official REST API would return as a success, but would error on the web client. (Hopefully someone from Bittrex may see this?)

Fully tested using my own funds. 😄