Skip to main content

Rate Limits

The bitbybit Open API enforces rate limits to ensure fair usage and platform stability.

Current Limits

Rate Limit Headers

Every API response includes standard rate limit headers:

Handling Rate Limits

When you exceed the rate limit, you’ll receive a 429 response:
Recommended retry strategy:
  1. Check the RateLimit-Reset header for when to retry
  2. Use exponential backoff: wait 1s, then 2s, then 4s, etc.
  3. Add random jitter to avoid thundering herd