Connection to WAMP WebSocket protocol for Poloniex Push API

2 views (last 30 days)
I'm a complete noob when it comes to WebSockets and web protocols. However, I'd like to learn, and I'd like to connect and subscribe to the Poloniex Push API, wss://api.poloniex.com. Is there a toolbox in MATLAB that can do this? There's this file exchange item that looks like it might be a step in the right direction, but after trying to implement it, I kept getting errors, and was unable to connect (due to lack of my own knowledge on how to use the code, even after reading the instructions)
Any tips or help would be much appreciated.
According to Poloniex.com: 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.
This seems simple enough, but sadly, I can't figure it out.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!