# Rate Limits

{% hint style="info" %}
These limits are imposed upon **trial accounts**. Normal credit/subscription users don't have to worry about these limits.&#x20;

*Please note: Excessive/malicious use will cause your access to be severely limited and/or terminated.*
{% endhint %}

## Rate Limit Table

| Endpoint | Method                    | Requests/hour |
| -------- | ------------------------- | ------------- |
| Metadata |                           |               |
|          | get\_follower\_count      | 15            |
|          | get\_latest\_metadata     | 10            |
|          | get\_latest\_tweets       | 10            |
|          | get\_metadata\_history    | 20            |
|          | get\_past\_usernames      | 10            |
|          | get\_tweets               |               |
|          | get\_userid               |               |
| Graph    |                           |               |
|          | get\_following            | 10            |
|          | get\_followers            | 10            |
| Lists    |                           |               |
|          | get\_latest\_list\_tweets |               |
|          | get\_list\_members        |               |
| Alpha    |                           |               |
|          | get\_classification       | 10            |
|          | get\_score\_history       | 20            |

## Rate Limit Exceeded Error

Below is the 429 error response you can expect when exceeding set rate limits

```python
{"Error": "API rate limit exceeded", "Endpoint": api_endpoint, "Max Requests Per Hour": num_reqs}, 429
```


---

# Agent Instructions: 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:

```
GET https://docs.totoml.app/rate-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
