MarketCheck API enforces both monthly quota limits and rate limits to ensure fair usage across different subscription tiers. These limits vary depending on the package you have subscribed to.
API access is subject to a monthly quota, which limits the total number of requests per account. Once the quota is exhausted, further requests are blocked for the remainder of the month.
Package | Monthly Quota |
---|---|
Free | 500 API calls |
Basic | 5,000 API calls |
Standard | No fixed quota (pay-per-use) |
Enterprise | No fixed quota (pay-per-use) |
429 Too Many Requests
response{
"message": "API rate limit exceeded"
}
Each subscription plan has a corresponding rate limit that controls how many requests can be made per second (RPS). Exceeding this limit results in throttling.
Package | Rate Limit (RPS) |
---|---|
Free | 5 RPS |
Basic | 5 RPS |
Standard | 20 RPS |
Enterprise | Customizable (contact support) |
{
"message": "API rate limit exceeded"
}
To avoid disruptions caused by rate limit throttling: