Rate Limiting

All you need to know about the API call rate limit.

In order to maintain an efficient, secure, and high-performing API, Lendqr places limits on the amount of data that can be consumed in any given period.

Rate limits determine how frequently you can call a particular endpoint. The API calls are rate limited to prevent system overload and abuse of the service.

The particular number of calls that your application can make in a day differs based on the type of Request made. If this limit is exceeded, the app or user may be throttled (limited). API requests made by a throttled user or app will fail.

All API requests are subject to rate limits.

Last updated