Skip to main content

Rate limits

Requests are rate-limited per API key, per minute, using a fixed window. The limit depends on the kind of operation the scope performs, not the specific endpoint: Every response carries the current state of your limit:
Exceeding the limit returns 429 Too Many Requests with a Retry-After header (seconds until the window resets):
Sending several requests back to back? Read X-RateLimit-Remaining and back off before you hit zero, rather than waiting for a 429 and retrying.

Errors

Flovoo uses standard HTTP status codes. The body always follows the same shape, so your error handling doesn’t need a special case per endpoint.