Twitch Rate Limits
The Twitch Helix API protects services with a token-bucket algorithm. Each application receives separate buckets for app access tokens and user access tokens, and individual endpoints can charge non-default point values. User-token requests are scoped per client ID per user per minute. The Extensions API uses a separate rate-limit framework documented in the extensions guide.
Twitch Rate Limits is the machine-readable rate-limit profile for Twitch on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring points_per_minute, points_per_request, and varies.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Streaming, Developer API, and Rate Limiting.