DiFronzo / blockchair

💰 Go (golang) client for the blockchair.com API
https://blockchair.vfiles.no
MIT License
10 stars 9 forks source link

[Bug] Rate limit need some adjustments #7

Closed DiFronzo closed 1 year ago

DiFronzo commented 2 years ago

The rate limit is not properly developed. Needs some adjustment to work properly. Blockchair does not support rate limit headers. Therefor it is hard to determend the correct rate limit for users not using an API key. Users with API key can call Premium API for stats. Should continue to support Concurrent and Sleep/WaitTime. Should not need any external modules/packages for this.

Key points:

DiFronzo commented 1 year ago

Fixed in #12