Skip to main content

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

MethodEndpointLimit per minute
GET/externalapi/orderextract/concilieds30
GET/externalapi/orderextract/unresolveds3
PUT/externalapi/orderextract/read/batch90
PUT/externalapi/orderextract/resolve/batch90

Rate Limits for Marketplace APIs

MethodEndpointLimit per minute
GET/order90
POST/order300
DELETE/order300

  1. Exceeding these limits will result in an HTTP 429 (Too Many Requests) error.
  2. 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.