generated: '2026-07-19' method: searched source: https://docs.finix.com/additional-resources/developers/authentication-and-api-basics/rate-limits rate_limits: - environment: live scope: reads limit_count: 100 window: 1s description: 100 requests per second for reads in the Live environment. - environment: live scope: writes limit_count: 100 window: 1s description: 100 requests per second for writes in the Live environment. on_exceed: status: 429 code: TOO_MANY_REQUESTS guidance: Handle 429 errors gracefully and retry after the limit resets.