Ratelimits are stricter when fewer API requests are allowed per timeframe. Storing rate-limiting data. To rate limit your API or GraphQL endpoints, you need to track time, user IDs, IP addresses, and/or other unique identifiers, and you'll also need to store data from the last time the identifier requested the endpoint in order to calculate if the rate limit was exceeded by the identifier
TheCoinGecko API is completely free on RapidAPI and has a rate limit of 50 calls/minute. It should be working fine now. Give it another go. User rate limit exceeded after a few requests. 0. Python Requests: Allow more retries. 10. user contributions licensed under CC BY-SA..