> For the complete documentation index, see [llms.txt](https://quillainetwork.gitbook.io/quillai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quillainetwork.gitbook.io/quillai-network/agent-swarm/quillcheck/api-guide.md).

# API Guide

## Key Features

* Analyse smart contract code for centralisation risks
* Assess token dump risks via holder and liquidity analysis
* Honeypot detection and risk scoring

## Supported Chains

* Ethereum (Chain ID: 1)
* Binance Smart Chain (Chain ID: 56)
* Polygon (Chain ID: 137)
* &#x20;Base (8455)
* Solana

## What Does The API Do?

The QuillCheck API provides a single endpoint for retrieving specific token details by supplying the token's contract address relevant to a particular blockchain. Our API ensures the procurement of exhaustive details, encompassing contract checks, market evaluations, and an advanced honeypot detection report. This valuable information empowers your users to discern the level of security and risk involved with the engagement of specific tokens.

Our comprehensive guide will walk you through the proficient usage of our API. It encompasses a detailed overview of accessible endpoints, step-by-step instructions to initiate requests and handle responses, an enumeration of error codes for effective troubleshooting, along with guidelines on rate limiting to ensure optimum and uninterrupted usage.

Our commitment lies in incessant improvements and expansions of our API to align with your needs and exceed your expectations. For any queries or suggestions, do not hesitate to connect with our dedicated support team @ <https://t.me/quillai_network>\
\
Our aspiration is for developers to leverage this API to infuse token safety insights into DEXs, wallets, and pertinent dApps, empowering web3 users with risk awareness in their digital interactions.


---

# 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://quillainetwork.gitbook.io/quillai-network/agent-swarm/quillcheck/api-guide.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.
