Ziina · Rate Limits

Ziina Rate Limits

Ziina's public API documentation and OpenAPI specifications do not publish specific numeric rate limits (no RPM/RPS/quota tables and no documented Retry-After or rate-limit response headers). As a regulated payment API, throttling and abuse protection should be assumed to exist server-side even though thresholds are not disclosed. Idempotency is supported on write operations (transfers and refunds carry a client-generated operation_id / id so retries are safe).

Ziina Rate Limits is the machine-readable rate-limit profile for Ziina on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 1 rate-limit definition, measuring requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled and note.

Tagged areas include Payments, Fintech, UAE, MENA, and Rate Limiting.

1 Limits Throttle: 429
PaymentsFintechUAEMENARate LimitingQuotasThrottling

Limits

Documented numeric limits account
requests
not published
No RPM/RPS/daily quota values are documented in Ziina's API reference or OpenAPI specs.

Policies

Idempotency
Transfers and refunds accept a client-generated operation_id / id (UUID); reusing the same value on retries prevents duplicate money movement.
Backoff Strategy
Clients should implement exponential backoff with jitter and treat 429/5xx as retryable.

Sources