Skip to content

Rate limits

Fender uses a two-layer limit: a short burst window plus a daily quota for accounts.

CallerBurst limitDaily quota
Anonymous (per IP)30 req / min
API key — Free120 req / min1,000 / day
API key — Pro120 req / min100,000 / day

Authenticated responses include your remaining daily quota:

X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 994

You get HTTP 429 with a JSON body:

{
"error": "rate_limited",
"message": "Anonymous rate limit reached (30 requests/min). Create a free API key for higher limits."
}

Back off and retry, or create an API key for higher limits. Need more than the Pro quota? Get in touch.