Skip to main content
API requests are rate-limited to 2,000 requests per 10-minute window per API credential. List endpoints cost 10 credits per call; all other endpoints cost 1 credit.

Response headers

Rate limit status is returned on every response:

Exceeding the limit

When the limit is exceeded, the API returns 429 Too Many Requests. Wait for the window to reset before retrying — check the X-Rate-Limit-Reset header for the number of seconds remaining.
Monitor X-Rate-Limit-Remaining in your integration to throttle requests before hitting the limit, rather than reacting to 429 errors.

Credit costs