...
Rate limited calls may result in HTTP error status 429 TOO MANY REQUESTS responses once the limit is reached. Once the time horizon has expired, the count will be reset and responses will resume. This cycle will repeat indifinitely.
Overall Traffic
...
Limit
Traffic originating from each origin is restricted so as to prevent denial of service events.
Item | Value | Description |
---|---|---|
Time Horizon | 5 Minutes | Period of time after which the limit count will reset. |
Limit | 200,000 Requests | Maximum requests a distinct caller can make within the time horizon. |
Response Code | 429 | HTTP code after limit is reached |
Per
...
API Call Limit
Calls tp individual API endpoints fro each origin is restriucted
Item | Value | Description |
---|---|---|
Time Horizon | 5 Minutes | Period of time after which the limit count will reset. |
Limit | 200 Requests | Maximum requests a distinct caller can make within the time horizon. |
Response Code | 429 | HTTP code after limit is reached |
...