{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Connects Python applications to Binance's public REST and WebSocket APIs for spot trading, market data retrieval, and real-time streams.","skillfed_tags":["trading-api","cryptocurrency","websocket"],"use_cases":["Fetch real-time market data like klines, ticker prices, and order book snapshots from Binance.","Place, cancel, and manage spot trading orders programmatically with API key authentication.","Stream live trade and price updates via WebSocket for algorithmic trading or monitoring dashboards.","Test trading logic against Binance's testnet before deploying to production.","Monitor account balances and order history with authenticated API calls."],"what_it_does":"This is a lightweight HTTP and WebSocket client for Binance's public APIs, enabling Python developers to fetch market data, manage orders, and stream real-time price and trade updates. It wraps Binance's REST endpoints and WebSocket streams, handling authentication (HMAC, RSA, ED25519), request signing, and response parsing. The library supports customizable base URLs, timeouts, proxies, and optional response metadata display.\n\nThe package is marked as deprecated; Binance recommends migrating to their newer auto-generated SDKs for Spot, Futures, Options, and other APIs. However, it remains actively maintained and suitable for applications already using it or for simple spot-trading integrations. It depends on requests for HTTP, websocket-client for streaming, and pycryptodome for cryptographic operations.","worth_installing":"Yes, with conditions. The package is actively maintained and has low install friction, but it is explicitly deprecated in favor of Binance's newer Python Connectors. Install it if you are already using it or building a simple spot-trading integration; avoid it for new projects unless you have a specific reason to prefer this over the recommended alternative. No known security vulnerabilities as of the latest check."},"id":"binance-connector","links":{"html":"https://skillfed.io/packages/binance-connector","md":"https://skillfed.io/packages/binance-connector.md","pypi":"https://pypi.org/project/binance-connector/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-30","license_spdx":null,"license_treatment":"permissive","name":"binance-connector","python_support":"supports_current","summary":"This is a deprecated lightweight library that works as a connector to Binance public API."},"popularity":{"monthly_downloads":174986,"position":10274,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.13.0"}
