binance / binance/binance-connector-python
[Feature Request] Async support for REST API
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 697
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the Binance Python SDK relies on the synchronous `requests` library for its REST API operations. This makes it challenging to integrate with asynchronous Python applications and frameworks.
- Please consider adding support for async REST API operations to the SDK, such as by providing an async client or refactoring key functionality to use an async HTTP library (e.g., `httpx`, which supports both sync and async).
- This enhancement would greatly benefit developers who need high concurrency with Binance services but cannot use WebSocket.
- Maintaining backwards compatibility with synchronous usage would be ideal.
Thank you for considering this feature!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.