thebotguys / golang-bittrex-api

This repository is a golang porting of v2.0 Bittrex API
Apache License 2.0
109 stars 12 forks source link

Fill Socket API documentation #20

Open saniales opened 7 years ago

saniales commented 7 years ago

I am missing Socket endpoints they will go on https://github.com/thebotguys/golang-bittrex-api/wiki/Socket-API Useful information is appreciated

saniales commented 7 years ago

Attaching an useful document from Bittrex slack WebSocketAPI_MarketTracking.docx

saniales commented 7 years ago

The technology behind bittrex sockets is SIgnalR from ASP.NET core more info here: https://www.asp.net/signalr A starting point to implement them in Golang: https://github.com/hweom/signalr (may fork it in this repository, but respect the MIT license)