I am using the official Binance JavaScript SDK from https://siebly.io/sdk/binance/javascript for quantitative trading and market data collection projects.
Currently, this SDK does not support configuring custom network proxy addresses. In actual production and enterprise deployment scenarios, many server environments are isolated from the public network and can only access external network resources through a dedicated proxy server.
The lack of custom proxy configuration capability makes the SDK unable to work normally in intranet proxy environments, which greatly limits the usability and deployment flexibility of the SDK in enterprise-level and private network scenarios.
Expected feature:
Add configurable custom network proxy parameters (support HTTP/HTTPS/SOCKS proxies) in the SDK client initialization configuration. Allow developers to manually specify the proxy address, port and related authentication information to adapt to various proxy network environments.
Use Cases:
- Enterprise intranet server deployment
- Cross-region network access acceleration via proxy
- Stable network connection in restricted network environments
I am using the official Binance JavaScript SDK from https://siebly.io/sdk/binance/javascript for quantitative trading and market data collection projects.
Currently, this SDK does not support configuring custom network proxy addresses. In actual production and enterprise deployment scenarios, many server environments are isolated from the public network and can only access external network resources through a dedicated proxy server.
The lack of custom proxy configuration capability makes the SDK unable to work normally in intranet proxy environments, which greatly limits the usability and deployment flexibility of the SDK in enterprise-level and private network scenarios.
Expected feature:
Add configurable custom network proxy parameters (support HTTP/HTTPS/SOCKS proxies) in the SDK client initialization configuration. Allow developers to manually specify the proxy address, port and related authentication information to adapt to various proxy network environments.
Use Cases: