Rate Limit
This page details the rate limits applicable to each Koncili API endpoint.
The following request-per-minute limits are enforced for each endpoint:
Rate Limits for Financial Integration APIs
| Method | Endpoint | Limit per minute |
|---|---|---|
| GET | /externalapi/orderextract/concilieds | 30 |
| GET | /externalapi/orderextract/unresolveds | 3 |
| PUT | /externalapi/orderextract/read/batch | 90 |
| PUT | /externalapi/orderextract/resolve/batch | 90 |
Rate Limits for Marketplace APIs
| Method | Endpoint | Limit per minute |
|---|---|---|
| GET | /order | 90 |
| POST | /order | 300 |
| DELETE | /order | 300 |
- Exceeding these limits will result in an HTTP 429 (Too Many Requests) error.
- We recommend implementing a retry strategy with exponential backoff when encountering 429 errors.
Request Overflow Block
Integrators may be temporarily blacklisted for repeated violations of request limits.
Persistent violations may result in a permanent block of the integrator's access.