1 Repo
Sends REST-like requests to supported exchange endpoints through an existing WebSocket connection.
Distinct from WebSocket Integrations: Distinct from WebSocket Integrations: focuses on sending API requests over WebSocket, not just establishing connections.
Explore 1 awesome GitHub repository matching web development · WebSocket API Request Integrations. Refine with filters or upvote what's useful.
python-binance is a Python client library that provides programmatic access to the Binance cryptocurrency exchange through both REST and WebSocket APIs. It serves as a comprehensive toolkit for automated trading, account management, and market data retrieval, enabling developers to build trading bots, portfolio management tools, and data analysis applications that interact directly with the exchange. The library distinguishes itself through a dual-client architecture that separates synchronous REST calls from persistent WebSocket streams, allowing concurrent execution without blocking. It inc
Sends REST-like API requests through an existing WebSocket connection for lower latency.