diff --git a/src/content/partials/fundamentals/api-rate-limits.mdx b/src/content/partials/fundamentals/api-rate-limits.mdx index fee44e0d8b7fe08..2c5eb6926c30745 100644 --- a/src/content/partials/fundamentals/api-rate-limits.mdx +++ b/src/content/partials/fundamentals/api-rate-limits.mdx @@ -11,7 +11,7 @@ import { AnchorHeading } from "~/components"; | Type | Limit | | ----------------------- | ----------------------------------- | -| Client API per user | 1,200/5 minutes | +| Client API per user/account token | 1200/5 minutes | | Client API per IP | 200/second | | GraphQL | Varies by query cost. Max 320/5 min | | User API token quota | 50 |