dominiktraxl/pykrakenapi

Adding Order via add_standard_order

codenamebootloader opened this issue · 1 comments

Hi,

I just played around a little bit with the API. I could get price information and account balance.

Then I tried to add an order with "add_standard_order", which didn't work for me. As return value I get a description of my order, but in my Kraken Account nothing happens. Also, because I have no funds at all I would have expected an error message , e.g. insufficient funds.

Is there anything I have to pay attention to in order for it to work to place orders via the API?

Thank you!

Sorry, just found the solution as already solved in another issue.

Solution: validate has to be explicitely set to False!