Push API

Is it possible in TDE to use Push API like this? poloniex.com/support/api
How to do it?

You could use the Python wrapper from that page pastebin.com/8fBVpjaj

or write your own with Requests: docs.python-requests.org/en/latest/

Hey,

you can try using the Websocket DAT. It mentions the Websocket URL api.poloniex.com
You can send messages through the websocket connection using all the Methods listed here:
derivative.ca/wiki088/index. … tDAT_Class

I am not sure though what the message format has to be for subscribing to a feed.

Cheers
Markus

AFAIK, format is wamp.2.json
Anyway, I have zero experience with websockets, and don’t know how to subscribe to feeds, send messages, etc. Could you please provide an example?