arbbot icon indicating copy to clipboard operation
arbbot copied to clipboard

Add support for the Poloniex websocket API

Open cryptoeax opened this issue 8 years ago • 2 comments

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.

cryptoeax avatar Dec 20 '17 02:12 cryptoeax

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.

cryptoeax avatar Dec 20 '17 22:12 cryptoeax

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.

jjc6676 avatar Dec 20 '17 23:12 jjc6676