For the complete documentation index, see llms.txt. This page is also available as Markdown.

Avoiding Rate Limits

When building your integration, waiting a second between requests should keep you under the rate limit. Making requests serially (instead of concurrently) or queuing requests can help respect rate limit HTTP headers.

Subscribe to webhook events instead of polling the API for data.

Last updated

Was this helpful?