Add support for the Poloniex websocket API
I have started working on this. The API they have documented at https://poloniex.com/support/api/ doesn't work any more. I am working on adding support for the v2 API that https://github.com/dutu/poloniex-api-node/blob/master/lib/poloniex.js implements.
Update: Just got this to work for Poloniex. The setup uses a child process worker that fetches the ticker updates as fast as possible and dumps them into a database and the parent process reads them from the database when it needs to. I'm now testing the bot running with this locally.
Excellent.
I’m away for a few more days due to holidays but cannot wait to get back at work on this with you all. Excellent work!
Sent from my iPhone
On Dec 20, 2017, at 4:28 PM, cryptoeax [email protected] wrote:
Update: Just got this to work for Poloniex. The setup uses a child process worker that fetches the ticker updates as fast as possible and dumps them into a database and the parent process reads them from the database when it needs to. I'm now testing the bot running with this locally.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.