Exchange REST API Rate Limits
Public endpoints are throttled by IP and private endpoints by profile ID. Some endpoints (like /fills
) may have custom rate limits.
When a REST API rate limit is exceeded, a status of 429 Too Many Requests
is returned.
Public Endpoints
- Requests per second per IP: 10
- Requests per second per IP in bursts: Up to 15
Private Endpoints
Private endpoints are authenticated.
- Requests per second per profile: 15
- Requests per second per profile in bursts: Up to 30
Private /fills
Endpoint
- Requests per second per profile: 10
- Requests per second per profile in bursts: Up to 20
Private /loans
Endpoint
- Requests per second per profile: 10
info
Rate limits do not apply to List loan assets (/loans/assets
) which is not private.