Domysee / BittrexSharp

C# Api Wrapper for Bittrex
MIT License
30 stars 16 forks source link

Websocket API support #18

Open wklm opened 6 years ago

wklm commented 6 years ago

Hey, many thanks for opensourcing this project! Bittrex provides an undocumented websocket API based on Signalr. Do you plan to include a client for it?

Here's an example implementation: https://github.com/JKorf/Bittrex.Net/blob/master/Bittrex.Net/BittrexSocketClient.cs

Cheers, Wojtek

Domysee commented 6 years ago

Hi, sorry for the late reply.

Thank you for bringing this to my attention. This is definitely something that's worth supporting. Unfortunately I cannot say when I'll have time to do that. Pull requests are always welcome though :)

Dominik