dydx-v3-python icon indicating copy to clipboard operation
dydx-v3-python copied to clipboard

asyncio support

Open menaitm opened this issue 2 years ago • 0 comments

Are there plans to support asyncio?

This library currently uses:

  • requests for API calls
  • web3.HTTPProvider for web3py calls

It should instead move to:

  • aiohttp for API calls
  • web3.AsyncHTTPProvider for web3py calls

menaitm avatar Feb 15 '23 16:02 menaitm