Too many requests?

Sorry I’m new developer, and trying my best to be cool.
Is there such thing as “too many api request’s”?
If so what should I limit It to?
Or like what’s general number of api requests considered
a “good etiquette”, like when no rate limited specified.
Thanks :slight_smile:

Kraken endpoints follow the honor system of Twitch asking to keep requests to no more than 1 per second.

Helix endpoints have a defined limit of 30 requests per minutes per IP address if no Bearer token is supplied. If a Bearer token is supplied then it is 120 requests per minute per application. https://dev.twitch.tv/docs/api/guide

You can request an increase if needed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.