To keep our systems stable, the API implements rate limiting. The default rate limit is 10 requests per second. Please write a sensible implementation, group updates, and use batch operations where available.
You can check the state of your rate limits using the following response headers:
X-RateLimit-Limit: The number of requests allowed during the 1-second window.X-RateLimit-Remaining: The number of requests remaining in the 1-second window before encountering a 429 error.X-RateLimit-Reset: when the time window will reset as a unix timestamp.