From sgcWebSockets 2022.1, the Binance.us Servers are supported by our Binance API Client. The following APIs are supported:
There is a new property in Binance property called "BinanceUS", if enabled, the client will connect to Binance.us servers instead of Binance.com servers
oClient := TsgcWebSocketClient.Create(nil); oBinance := TsgcWSAPI_Binance.Create(nil); oBinance.Binance.BinanceUS := True; oBinance.Client := oClient; oClient.Active := True;
TsgcWebSocketClient oClient = new TsgcWebSocketClient(); TsgcWSAPI_Binance oBinance = new TsgcWSAPI_Binance(); oBinance.Binance.BinanceUS := true; oBinance.Client = oClient; oClient.Active = true;
When you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.