> For the complete documentation index, see [llms.txt](https://docs.migo.pe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.migo.pe/rate-limit.md).

# Rate Limit

Las limitaciones de la API dependen del tipo de cuenta y del endpoint que se utiliza. No existen límites de IP o token.

La siguiente tabla enumera los límites de consulta actuales:

### Consultas RUC, Tipo de Cambio SUNAT y SBS, CPE, Comisiones AFP

| Tipo de Plan | Solicitudes por cada 15 minutos |
| ------------ | ------------------------------- |
| Básico       | 900 (60 por minuto)             |
| Empresa      | 1800 (120 por minuto)           |
| Premium      | 3600 (240 por minuto)           |

### Consultas DNI, Representantes Legales

| Tipo de Plan | Solicitudes por cada 15 minutos |
| ------------ | ------------------------------- |
| Básico       | 450 (30 por minuto)             |
| Empresa      | 900 (60 por minuto)             |
| Premium      | 1800 (120 por minuto)           |

### Consultas RUC masivas

| Tipo de Plan      | Solicitudes por cada 15 minutos |
| ----------------- | ------------------------------- |
| Básico            | 450 (30 por minuto)             |
| Empresa & Premium | 900 (60 por minuto)             |

El promedio de consultas por minuto es únicamente referencial; el límite máximo de consultas puede alcanzarse en un intervalo menor a 15 minutos.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.migo.pe/rate-limit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
