You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added support for async API, and I wish to create a pull request.
The async support is based on httpx.
Replicated all tests from the sync to the async and all passed 100%.
Async requests work fine and are identical to the sync version in code
example import: from binance.async_spot import AsyncSpot
Feature branch link:here
Before submitting a new issue, please check if a similar issue has already been filed.
Issue subject
Can you create async classes, based on httpx or aiohttp client.
Expected behaviour
Async support for api
Actual behaviour
Only sync connector supported
The text was updated successfully, but these errors were encountered: