Rate Limiting
For security reasons, some MineOS APIs have rate limits applied to them. Once you hit a rate limit, you will receive 429 http status code. When this happens, the best approach is to retry with exponential backoff.
The default rate limit is 60/minute for most endpoints. If you require more than that - reach out to us and let us know.
Updated 16 days ago