Throttling Mechanism and Rate Limits:
- Requests are throttled based on IP address, meaning that each individual IP making API calls must adhere to the defined rate limits.
-
The current safe threshold for API requests is:
- 20 API calls per second per IP address.
- 20,000 API calls within a rolling 15-minute window.
Sandbox Environment Limitations