Rate Limits
UTGL aims to provide a stable and secure platform for all users at all times. Accordingly, traffic is continuously monitored from all parties to identify patterns that may affect the network negatively. If traffic from a single account is identified as too high and the rate limit is hit, UTGL may temporarily throttle or restrict the account. You have a rate limit that is based on a per API endpoint and per minute basis. If you reach your rate limit, you’ll see a HTTP 429 error response to let you know your rate limit has been temporarily exceeded. Partners shall gracefully handle HTTP 429 status code and drop and/or retry requests accordingly. The following headers are returned on every request| Header | Description |
|---|---|
| X-Ratelimit-Limit | Request limit per second |
| X-Ratelimit-Remaining | Remaining number of requests allowed within the interval window |
| X-Ratelimit-Reset | Duration in milliseconds until the total quota reset |

