-
Notifications
You must be signed in to change notification settings - Fork 134
Problem with orders in kraken #152
Comments
Hey @Cloniko, |
Hey @nlsdfnbch, I hope this is how you say (DEBUG) if not, explain how I can do it to show the data you need KRAKEN -------------- TEST 1 ------------------------------------------------------------------ DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kraken.com Balance BTC Kraken 0.0010000000 |
That's the correct log, thanks! |
Hi, Same problem. KRAKEN -------------- TEST 1 ------------------------------------------------------------------ XXLMXXBT Balance BTC Kraken 0.0000000000 |
Unfortunately, I cannot find the error in my code. I've asked support if there is an issue with the API, but it's probably a good idea if you, too ask them what's going on. Specifically, if anything changed since the upgrade is of interest. |
@Cloniko , have you heard anything from support ? My ticket's still open, without a response, unfortunately. |
Hi, All work perfect. Orders, balances, etc with the private api. Kraken work fine throught the api. |
Hello,
i have a problem with orders in kraken. With Poloniex, bittrex and Bitfinex (with a little modification in bitfinex.py) work fine but dont work with Kraken.
I has received the error "{'error': ['EGeneral:Invalid arguments']}"
My code is:
Result in console:
Thanks!!!
The text was updated successfully, but these errors were encountered: