Bunq Rate Limits
bunq applies rate limits per endpoint, tracked per IP address / API key / session, across both sandbox and production. The classic doc.bunq.com model is per-HTTP-method, per-endpoint, per-IP: roughly 3 GET per 3 seconds, 5 POST per 3 seconds, and 2 PUT per 3 seconds, with the /session-server endpoint held to a much stricter ceiling (about 1 request per 30 seconds). bunq's newer documentation frames limits as per-endpoint categories that vary by sensitivity - high-volume payment endpoints allow far more, while setup/installation and security-sensitive endpoints allow far fewer. Limits are not tied to a paid plan. Exceeding a limit returns HTTP 429 with a message stating the exact allowance for that endpoint.
Bunq Rate Limits is the machine-readable rate-limit profile for bunq on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring requests_per_3_seconds, requests_per_30_seconds, requests_per_day, and callback_urls_per_category.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and quotaExceeded.
Tagged areas include Banking, Neobank, Rate Limiting, Throttling, and SEPA.