David Parlevliet
David Parlevliet
No, it's not documented yet, the Websocket API is still in development by Bittrex. There are other methods, but they require authentication and there's no current way to authenticate yet....
No problem, happy to help.
Ah, my mistake. I didn't realise you weren't the maintainer.
Sorry. Yep, that's correct.
I will reference it here, too, for continuity https://github.com/n0mad01/node.bittrex.api/issues/67#issuecomment-343736593
On this subject, this link might help https://finnaarupnielsen.wordpress.com/2011/03/16/afinn-a-new-word-list-for-sentiment-analysis/ Edit: Apologies - I misunderstood the issue. I see you already use that and this issue is purely for validation.
I didn't know that it did that, but I can work that in no problem
Thanks for letting me know. I'll take a look
At this stage there is not a ticker via the WS, at least not that we've found and not that the Bittrex website currently uses themselves. They currently do polling...
getopenorders({ market: code }, (response, err) => { }); getorderhistory({ market: code }, (response, err) => { }); documentation https://bittrex.com/Home/Api