-
Notifications
You must be signed in to change notification settings - Fork 59
Poloniex sequences #101
Comments
Hi everybody, Using the Poloniex Push API we face some weird issues with the sequence number, namely some messages are being dropped and do not arrive on our side. The described problem occurs very often, for example if we look at the pair “BTC_ETH”, we see the problem almost twice a minute. See attached the simple java program PoloniexWSJavampa.java, which can be used to reproduce the issue. example.output.txt The big question here is, how is it possible, that we do not see some messages??? Can they be dropped somehow? By server or by jawampa? |
@angiolep to excited to wait for your explanation of the problem, we face at Poloniex |
Hi there, here is the answer of the support team on the issue : We hope the new websockets API will be ready soon, we are just working on the finishing touches and the documentation. Best regards |
Hi there, |
Hi there, |
rpike, I am also finding the WAMP API market updates are hours behind real time which would correlate to a couple of hundred thousand messages. |
donno why but push api data seems totally outdated |
It's not only outdated, but there is something massively wrong with the sequences. Whereas I can understand if messages come out of sequence at times, I get relatively often jumps of 100'000 or more in the seq numbers. This can't be the expected behavior. |
@dhinesh-raja Where do the REST API have sequence numbers? (you do realize btw that only those 1+ billion people who live in India use "lakhs"? not that I'm not used to them by now...) |
I'm having the same problem with WAMP, seq numbers are far behind of seqs from an order book received by rest api. Does anyone know rest api request limit for poloniex? How often can I call their api before they ban my IP? Thanks in advance. |
@avdva From the Poloniex API documentation:
|
@pvk444 Thanks a lot. I wonder, that didn't notice it before. |
Random idea: reverse engineering the undocumented websocket API that @JeremieRodon's post mentioned? Poloniex can't afford to let it stop working or they'll stop making money. |
Separated the issue, started here #83
The text was updated successfully, but these errors were encountered: