Rate limiting
Please note, that the API is designed to ensure optimal performance and fair usage by implementing rate limiting on API requests.
It uses a token bucket algorithm to manage API request rates. This approach helps control the amount of data a user can request from the API over a given time period.