thrasher-corp / gocryptotrader

A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
MIT License
3k stars 803 forks source link

poloniex Push API in WAMP #62

Closed gam-phon closed 6 years ago

gam-phon commented 6 years ago

Push API The best way to get public data updates on markets is via the push API, which pushes live ticker, order book, trade, and Trollbox updates over WebSockets using the WAMP protocol. In order to use the push API, connect to wss://api.poloniex.com and subscribe to the desired feed.

It is better to use the Push API than Public API for poloniex, limit calls of public API 6 per seconds. If I want to use this what is the steps for implementing this? there are 2 github reposotories for dealing with WAMP in golang turnpike and nexus. What do you think of them?

gam-phon commented 6 years ago

I see you already implement this sorry for opening new issue

thrasher- commented 6 years ago

No problem!