APIs
REST APIs
Rate Limiting
our api enforces rate limiting to ensure fair usage and optimal performance the rate limit is variable based on the api during account setup your api rate limits will be set based on expected volumes if you exceed this limit, you will receive a 429 too many requests response to avoid being rate limited implement request queuing or throttling in your application monitor your api usage to ensure it stays within the limit rate limiting response headers each api response includes the following headers to help you monitor your usage x ratelimit limit the maximum number of requests allowed within the time window (e g , 50 ) x ratelimit remaining the number of requests remaining in the current time window example response headers