s4w3d0ff
                                            s4w3d0ff
                                        
                                    seems around 3-4 months is the max for 5 min candles
Ive updated the master branch, seems `websocket-client` has dropped support for older versions of python recently. I changed the setup file to require 0.59.0 which is the last version to...
Do you have a timeout set? if not maybe set it to something big, like 300.
I'm not sure where that error is coming from, can you post the traceback?
Looking back, if this issue keeps happening (and you think it is this module that is causing it) you can log the `logging` output to a .txt file that you...
Personally, I have had issues with the `returnOrderTrades` command. First, I have found that calling returnOrderTrades on an open order (that you own), poloniex will return an error if that...
I would hope 2 sec is enough time, but only poloniex knows. You shouldn't need to wait between every api call, just the ones that have data that needs to...
If it is on the same 'orderNumber', I probably would.
again, if the same orderNumber, yes your going to want a slight pause.
I don't see this in the documentation but seems like a legit argument. This should work: ``` python import poloniex api = poloniex.Poloniex() api("returnCurrencies", {"includeMultiChainCurrencies" : "true"}) ```