peshay / btcde

A Python Module for Bitcoin.de Trading API
MIT License
38 stars 24 forks source link

Invalid signature #44

Closed userqhl closed 4 years ago

userqhl commented 4 years ago

createOrder always throws 'invalid signature'. I am not sure if its me or there is a bug but most of the other methods just work, so does createOrder in an older Version.

HarryEuro commented 4 years ago

Like stated in the documentation the parameters in the URL must be sorted alphabetically. I provided a fix for that: https://github.com/peshay/btcde/pull/45