This API imposes a rate limiting constraint of 500 requests per minute per account. Exceeding this limit results in a 429 error response. Consider this when calling successive operations as part of a loop.
All responses specify these rate limit headers:
-
X-RateLimit-Limit
. The maximum number of requests allowed each minute. -
X-RateLimit-Remaining
. The number of allowed requests remaining. Except for any subsequent requests that reduce the number, this gradually increments until it reaches theX-RateLimit-Limit
.