Whop · Rate Limits

Whop Rate Limits

Whop enforces per-window request rate limits that differ by API generation. The GraphQL API additionally enforces query complexity and depth caps. Values below are grounded against Whop's developer documentation; the current REST v1 API's exact published limit is not itemized in the sources gathered and is left as "see provider documentation" pending reconciliation.

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

It captures 4 rate-limit definitions, measuring requests.

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

Tagged areas include Rate Limiting, Quotas, Throttling, Memberships, and Payments.

4 Limits Throttle: 429
Rate LimitingQuotasThrottlingMembershipsPayments

Limits

GraphQL API account
requests
10 per 10 seconds
Max query complexity 1000, max depth 10. Endpoint https://api.whop.com/public-graphql.
REST v1 API account
requests
see provider documentation
Current primary REST surface at https://api.whop.com/api/v1; specific published limit not reconciled in this artifact.
V5 REST API (legacy) account
requests
20 per 10 seconds
Deprecated legacy generation.
V2 REST API (legacy) account
requests
100 per 10 seconds
Legacy generation.

Policies

Per-Generation Limits
Limits and complexity caps vary by API generation (GraphQL vs V5 vs V2 REST).
Backoff Strategy
Clients should implement exponential backoff with jitter and honor 429 responses.

Sources