> ## Documentation Index
> Fetch the complete documentation index at: https://developer.utgl.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limiting

### 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            |

Shall a less restrictive rate limit is needed, please contact your implementation manager to determine your use case. Please note that rate limit increases may incur additional fees.

***

* [Table of Contents](#)
* * [Rate Limits](#rate-limits)
