> For the complete documentation index, see [llms.txt](https://docs.misttrack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.misttrack.io/support/common-error-messages.md).

# Common Error Messages

An API call that encounters an error will return `False` as its `success` field and display the cause of the error under the `msg` field.

| Field `msg`                   | Description                                                                                                                                                                   |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `MaxRateLimit`     Deprecated | ~~Max rate limit reached~~                                                                                                                                                    |
| `ExceededRateLimit`           | Reached the rate limit per second                                                                                                                                             |
| `ExceededDailyRateLimit`      | Reached daily rate limit                                                                                                                                                      |
| `InvalidApiKey`               | Invalid API key                                                                                                                                                               |
| `UnsupportedToken`            | Unsupported query coin                                                                                                                                                        |
| `InvalidAddress`              | Invalid query address                                                                                                                                                         |
| `PageNotFound`                | Page not found                                                                                                                                                                |
| `ExpiredPlan`                 | Plan has expired                                                                                                                                                              |
| `TaskNotFound`                | The task cannot be found. You need to [create it](https://docs.misttrack.io/support/pages/0PAQXf7RDrWKrvRimA1T#id-1.-create-task-api) first and then query it.                |
| `UnsupportedAddressType`      | Some endpoints (such as [Address Counterparty](/api-endpoints/get-address-counterparty.md)) do not support analyzing hot wallet addresses and will return this error message. |
| `QuotaExhausted`              | This error will be received when a user runs out of their developer plan credits.                                                                                             |


---

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

```
GET https://docs.misttrack.io/support/common-error-messages.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.
