We implemented a few basic rate limits, each targeting a specific use case:
- RPM limit - 600
A session requests per minute rate limit (RPM) is a type of rate limit that restricts the number of API requests made within a single session, measured in minutes.
- Concurrent requests - 1
Session concurrent requests is a rate limit that restricts the number of concurrent API requests within a single session.
- Concurrent transactions - 1
Session concurrent transactions is a rate limit that restricts the number of concurrent API transactions within a session.
More information on the rate limits and their configuration you can find in our technical guide.
0 Comments