tpodlaski / copra

Ansyncronous REST and WebSocket Python clients for the Coinbase Pro virtual currency trading platform.
MIT License
49 stars 15 forks source link

Implemented Rate Limit #14

Open arrrmin opened 2 years ago

arrrmin commented 2 years ago

Hey nice API client, thank you.

I implemented rate limiting, based on: https://quentin.pradet.me/blog/how-do-you-rate-limit-calls-with-aiohttp.html

Developed and tested on python 3.7