cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
199 stars 78 forks source link

Add support for the Poloniex websocket API #38

Open cryptoeax opened 6 years ago

cryptoeax commented 6 years ago

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 commented 6 years ago

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.

jjc6676 commented 6 years ago

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 notifications@github.com 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.