Rate limits
Global Rate Limit
There are several rate limits that applies to all authenticated HTTP requests to the Marketplace API.
If you exceed any of the rate limits, you will receive a HTTP 429 response.
Description | Number of requests |
---|---|
Burst | 500/minute |
Sustained | 20,000/hour |
Daily limit | 100,000/day |
Example limited response
{"detail":"Request was throttled. Expected available in 48 sec"}
Updated about 4 years ago