Skip to content
FinCode

Rate limits

Request quotas, rate limit headers and backoff behavior.

This documentation covers API V1.

Limits by plan

PlanRequests / monthBurst rate limit
Free5005 req/s
Developer20,00010 req/s
Startup100,00025 req/s
Business500,00050 req/s
EnterpriseCustomCustom

Rate limit headers

Every response includes headers describing your current usage. When a 429 is returned, Retry-After states the seconds to wait.

HeaderDescription
X-RateLimit-LimitBurst requests allowed per second.
X-RateLimit-RemainingRequests remaining in the current window.
X-RateLimit-ResetUnix timestamp when the window resets.
Retry-AfterSeconds to wait (only present on 429).