Noel Maersk
Noel Maersk
> Where's the documentation about what query_private() can accept as arguments instead of AddOrder? [From the `README`](https://github.com/veox/python3-krakenex#documentation): > For the most up-to-date list of public/private Kraken API methods, see their...
@TOTANICS Check if the order is not closed already.
@TOTANICS This is considerably more complex than this particular issue. Do open a new issue then, with a full example script that can reliably reproduce the behaviour you describe.
Which one of the above? ----- > Thank you, I have opened a new issue. FTR, this was opened as https://github.com/veox/python3-krakenex/issues/110, and shortly closed by the author without explanation. :/
No, not to my knowledge. > (all the info you can get on the kraken welcome page...) Getting this requires: * retrieving the full balance; * retrieving open orders and...
I see you've also opened issue #126. Does this mean you've figured out the answer? You could provide the answer here, and close the issue.
Looks like Python 3.4 is all but gone from distributions - the last one I can find ATM is [Debian Jessie](https://packages.debian.org/search?keywords=python3&searchon=names&suite=all§ion=all), tagged `oldoldstable`. Not sure if there's need to support...
I find the idea reasonable; however, look at https://github.com/veox/python3-krakenex/pull/65#issuecomment-343757007 for some remarks. Most importantly, in the face of network congestion, a "retry" approach _must_ be live-tested to determine that the...
For ref: a query that resulted in a `502` HTTP error can definitely "go through" to the trade execution engine. I've observed this personally on many occasions (see [PSA on...
I'll try to get to a "proper" `v2.0.0` release next week, with `pip` package and all. Hopefully, that'll get more people to use it. Also, live-testing PR #65.