dparlevliet / node.bittrex.api

Node Bittrex API is an asynchronous node.js library for the Bittrex API, the data can be received either via GET request or Stream.
MIT License
253 stars 100 forks source link

How can I receive my orders placed via websocket? #126

Closed magicdude4eva closed 6 years ago

magicdude4eva commented 6 years ago

Hi there,

I have managed to do this on Binance and Bitfenix, but I can not find any information if this is yet supported. Does the current messageReceived return this data already and if so, could someone share the payload?

dparlevliet commented 6 years ago

You can't auth via websockets yet so you can't receive messages. People have found work arounds by stealing the headers from your browser and adding them as headers in the library, but it's not supported or recommended. Feel free to search the closed issues to find it.