# API Integration

- [Introduction](https://docs.quickintel.io/developer-integration/api-integration/introduction.md): Learn more about Quick Intel's API integration capabilities. Explore our documentation and discover how to connect with our powerful crypto security scan data and tools."
- [x402 Permissionless Access](https://docs.quickintel.io/developer-integration/api-integration/x402-permissionless-access.md)
- [API Authentication](https://docs.quickintel.io/developer-integration/api-integration/api-authentication.md): All Quick Intel API calls require the use of an API key as part of the header.  Here we will show you how to find your API key
- [Supported Chains and DEX](https://docs.quickintel.io/developer-integration/api-integration/supported-chains-and-dex.md): Discover the 55+ chains and DEX(es)the Quick Intel API supports by checking out the list below.
- [API Endpoints](https://docs.quickintel.io/developer-integration/api-integration/api-endpoints.md): The Quick Intel Security API is a paid subscription service that provides Quick Intel data via multiple easy-to-use API endpoints.
- [/getquickiaudit](https://docs.quickintel.io/developer-integration/api-integration/api-endpoints/getquickiaudit.md): Quick Intel Security API /getquickiaudit provides the full audit (no honeypot/taxes) for easy integration into your app.
- [/getquickiauditfull](https://docs.quickintel.io/developer-integration/api-integration/api-endpoints/getquickiauditfull.md): Quick Intel Security API /getquickiauditfull provides the full audit plus honeypot and taxes in a single request for easy integration into your app.
- [/honeypot (by Dex & LP)](https://docs.quickintel.io/developer-integration/api-integration/api-endpoints/honeypot-by-dex-and-lp.md): Quick Intel Security API /honeypot/{dex}/{token}/{lptoken} returns the honeypot and taxes information for a given dex + contract + LP token.
- [/honeypot (by Token)](https://docs.quickintel.io/developer-integration/api-integration/api-endpoints/honeypot-by-token.md): Quick Intel Security API /honeypot/{chain}/{tokenAddress} provides honeypot and taxes information for a given token on a specified chain.
- [/getsimilarexact](https://docs.quickintel.io/developer-integration/api-integration/api-endpoints/getsimilarexact.md): Quick Intel Security API /getsimilarexact/{chain}/{tokenAddress} returns the similar/exact contracts for a given token across all the chains supported by Quick Intel.
- [API Guides](https://docs.quickintel.io/developer-integration/api-integration/api-guides.md): Getting started with the Quick Intel API integration is easy!  Let's dig into how to connect to our API service to integrate our data into your own apps.
- [Quick Intel Audit - Results](https://docs.quickintel.io/developer-integration/api-integration/api-guides/quick-intel-audit-results.md): The Quick Intel API full audit endpoint returns a lot of information.  If you don't need all of that information, the Quick Audit endpoint may be exactly what you are after.
- [Quick Intel Audit Full](https://docs.quickintel.io/developer-integration/api-integration/api-guides/quick-intel-audit-full.md): The Quick Intel API "Full Audit" is the most popular endpoint as it returns all audit data along with honeypot results.
- [Honeypot/Tax Check](https://docs.quickintel.io/developer-integration/api-integration/api-guides/honeypot-tax-check.md): The Quick Intel API provides two Honeypot/Tax endpoints.  You can call the appropriate endpoint by either using the Token address or the LP address depending on your needs.
- [Honeypot/Tax Check - Results](https://docs.quickintel.io/developer-integration/api-integration/api-guides/honeypot-tax-check-results.md): The Quick Intel Honeypot API endpoints provide a wealth of information.  Let's dig into what we provide!


---

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