python3-krakenex
python3-krakenex copied to clipboard
REST Exchange API for Kraken.com, Python 3
### Versions ``` OS: Mac, Linux Python: 3.7.5 krakenex: 2.1.0 ``` ### What are you trying to achieve? Place buy 'limit' order with a closing 'stop-loss-profit' order. ``` python #...
### Versions ``` OS: Linux 4.14.106-97.85.amzn2.x86_64 Python: 3.6.1 :: Anaconda 4.4.0 (64-bit) krakenex: 2.1.0 ``` ### What are you trying to achieve? I'm trying to create and open a report...
Would also reduce `heredoc` line count, since Sphinx can deduce types from the hints if they're not explicitly provided.
krakenex: 2.0.0rc2 ### What are you trying to achieve? During peak times large amount of http requests are failing without a specific response from Kraken server. These are intermittent problems...
### Versions ``` OS: Python: krakenex: ``` ### What are you trying to achieve? Hi! The balance endpoint only gives info on asset pair and volume and doesn't give info...
### Versions ``` OS: Amazon Linux (lambda) Python: 3.6.9 krakenex: None ``` ### What are you trying to achieve? I get Kraken data directly from their APIs (without using Krakenex)....
### Versions ``` OS: OSX Cat. Python: 3.7 krakenex: NA ``` ### What are you trying to achieve? install krakenex through Anaconda (I know I can use pip, but I...
Incorporates PR #65. Merged `master` and fixed conflicts (due to v2.1.0 released that happened in the meantime). This PR: * Closes #66 (issue) as implemented. * Closes #99 (PR) as...
### Versions ``` OS: Linux Python: 3 krakenex: ``` ### What are you trying to achieve? To cancel an order that was not executed. I managed to buy with the...
As with https://github.com/veox/python2-krakenex/issues/4 the committing of a sensitive file to source control is less than ideal. Instead private sensitive information should be kept out of repositories.