dydx-v3-python
dydx-v3-python copied to clipboard
asyncio support
Are there plans to support asyncio?
This library currently uses:
requestsfor API callsweb3.HTTPProviderfor web3py calls
It should instead move to:
aiohttpfor API callsweb3.AsyncHTTPProviderfor web3py calls