TheBitBrine

Results 7 comments of TheBitBrine

Try with any other Network Interfaces like Hamachi or OpenVPN interfaces disabled, they can cause problems

I guess it work work just fine if you do the port forwardings and firewall port openings right but the latency might not be as good as it is on...

It was significantly more reliable and easier to use than many others that I tried mentioned on the list. I was up and running under a minute.

Any updates on this feature?

> Hehe I wish I could add those, Binance Futures may be the main exchange out there at the moment, if I'm adding coins I will add all exchanges, purpose...

I have used this hack to get around the limitation temporarily but setting the maxCount too high will result in stack overflow ``` using System.Reflection; [...] var webSocketType = ws.GetType();...

@JKorf Binance itself has an internal endpoint for getting trade history: ```https://www.binance.com/bapi/futures/v1/private/future/user-data/trade-history``` Implementing internal API endpoints can often be simple since it often uses the same auth method as the...