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

Websocket documentation #105

Closed halink0803 closed 6 years ago

halink0803 commented 6 years ago

First, thank you for the wrapper library. However, I wanna create a wrapper for bittrex socket api using Go, is there any documentation for web socket anywhere that I can read.

Thank you so much.

dparlevliet commented 6 years ago

Nope, not yet. We've just been reverse engineering it from the website. They use SignalR for their socket protocol.