# Quick Intel Audit Full

Quick Intel Audit Full

This full audit is the preferred method for most as it returns the full audit data along with honeypot check data.

Select "API" and expand the "postGetquickiauditfull" endpoint  to view the parameters required for the request.

<figure><img src="/files/FNEsy6jKWJNGNCxmBxmm" alt=""><figcaption><p>QUICKI Audit</p></figcaption></figure>

After selecting the endpoint, you will see the requirements, along with the ability to try it out directly from the browser.

<figure><img src="/files/quZtYtpyRdrDBCti2B4I" alt=""><figcaption><p>Endpoint</p></figcaption></figure>

1. This will be the full URL endpoint to leverage along with the type of request (GET, POST, etc)
2. This outlines the data needed to make the request.
   1. chain - The chain from the list of supported chains by Quick Intel.
   2. tokenAddress - The contract address for the token you are performing an audit on.
3. This is an example format that can be copied to be used.
4. The try it out button lets you test the request directly from the browser.


---

# 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.quickintel.io/developer-integration/api-integration/api-guides/quick-intel-audit-full.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.
