General Rate Limiting

overview

Unless otherwise specified in the other ๐Ÿ”‚ Rate Limiting sections, all endpoints are rate-limited to 50 requests per second.

best practices

Ensure requests are spaced appropriately, and add handling for the rate-limited response to all high-traffic endpoints.

example response

rate limiting responses will have a status code 429.

{"detail":"Request was throttled."}