Closed mikulas-mrva closed 1 year ago
(having a second look, RateLimiter
looks a wee bit trickier to migrate to async)
HI, I have added _async
versions of each methods. I've also updated the rate limiter to work as async (not perfect but the rate limits are pretty high on the API so not too worried about it)
https://pypi.org/project/dexscreener/0.3/ should be available which has async support - Let me know if you have issues
Do you have any plans to add asyncio support to this SDK?
It looks fairly easy to do as the code is quite straightforward so far, and would be a massive help for many projects, I'm sure.