APIs
Rate Limiting
our api enforces rate limiting to ensure fair usage and optimal performance the current rate limit is 50 requests per minute per api token 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 x ratelimit limit 50 x ratelimit remaining 10