-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Labels
Milestone
Description
Versions
OS: macOS 10.13.1
Python: 3.6.3
krakenex: 2.0.0c2
What are you trying to achieve?
Get a response from Kraken
kraken = krakenex.API()
kraken.load_key("kraken.key")
res_add_order = kraken.query_private("AddOrder", req_data)What do you expect to happen?
Request should wait till response is returned
What happens instead?
I get no response