API Call LimitsΒΆ

Each API Key / Shared Secret pair is limited to a per hour limit on the number of API calls that can be made. The current per hour limit is set to 750.

If you exceed the API limit, your requests will be returned with a 429 - Too Many Requests error.

The headers provide all the information that you need about your current rate limit status.

Header Description
X-Rate-Limit-Limit The maximum number of requests the consumer is permitted to make per hour
X-Rate-Limit-Remaining The number of requests remaining in the current rate limit window
X-Rate-Limit-Reset The time at which the current rate limit window resets in UTC epoch seconds