Xquik · Rate Limits

Xquik Rate Limits

Public request limits for Xquik REST operations.

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

It captures 7 rate-limit definitions, measuring requests_per_second, requests_per_minute, actions_per_minute, actions_per_day, and attempts_per_15_minutes.

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

Tagged areas include rate limiting and REST.

7 Limits Throttle: 429
rate limitingREST

Limits

Read operations account
requests_per_second · second
300
Write operations account
requests_per_minute · minute
120
Delete operations account
requests_per_minute · minute
60
Follow / remove-follower actions connected-x-account
actions_per_minute · minute
20
Follow / remove-follower daily cap connected-x-account
actions_per_day · day
400
X account connection attempts account
attempts_per_15_minutes · 15 minutes
10
X daily posting limit connected-x-account
platform_enforced · day

Policies

Backoff
Wait for Retry-After before retrying a throttled request; use capped exponential backoff with jitter.
Login cooldown
Account connection and reauthentication return a dynamic cooldown via retryAfterMs or Retry-After.
Write retry safety
Retry a write only when safeToRetry is true, using a new Idempotency-Key.

Sources