binance-client-websocket icon indicating copy to clipboard operation
binance-client-websocket copied to clipboard

🛠️ C# client for Binance websocket API

Results 3 binance-client-websocket issues
Sort by recently updated
recently updated
newest added

Kline data not populating due to the invalid json structure while serialize. Please update with below chnages. namespace Binance.Client.Websocket.Responses.Kline { /// /// The current klines/candlestick /// public class Klinedata :...

I've exposed the underlying `Subject` members in the `BinanceClientStreams` class. This is because I want to be able to stream fake messages for testing my program which uses this library....

Hello there, Can we log in to the Binance websocket and listen to orders or positions? Thanks :)