FRACTTAL API currently accepts 200 requests per minute per company.
When the limit is exceeded, the application returns a 406 code (“Maximum number of requests exceeded”). In this case, the user must wait for 1 minute before continuing to make calls to the API.
All API responses include the following limits-related information:
Name of the field in the Response | Description |
Request-Call-Limit | Indicates what the limit of call to the API is. Currently returns 200 |
Request-Call-Limit-Remaining | Indicates the number of calls that the user has made to the API during the period of time (1 minute). If this field is in 100, it indicates that the user can make another 100 to the FRACTTAL API. |
Request-Call-Limit-Reset | Indicates the seconds left in the current period. |