# Introduction

Welcome to Adot’s developer doc.

Adot provides customized API interfaces and unified data query tools that allow developers to query data based on their personalized needs and implement data indexing and parsing functions easily, significantly reducing development and deployment costs.

The API covers real-time data for mainstream digital assets on multiple chains, including on-chain transactions and address analysis, as well as various types of content data from off-chain social media or content aggregation platforms.

Here are some common use cases for Adot API customers:

* **Decentralized social applications**
* **Creator economy platforms**
* **Cryptocurrency exchanges**
* **Wallets**
* **Data aggregators**
* **Blockchain explorers**
* **NFT markets**
* **Research and analysis: media, institutions, academia, venture capital, finance, etc.**
* **AI, oracle, robotics, e-commerce, etc.**

Adot offers a series of APIs that allow users to browse on-chain and off-chain data by their requests. This document appends a list that includes the name, type, and description of each API, allowing users to flexibly combine them to fulfill their customized data needs. Adot’s APIs include but are not limited to the following:

* **NFT API:** Provides asset and transaction data for NFT assets
* **Token API:** Provides asset and transaction data for token assets
* **Wallet API:** Provides basic data for user wallet addresses
* **On-chain Content API:** Provides text content data from on-chain dApps
* **Off-chain Content API:** Provides text content data from off-chain apps and webs
* **Relationship API:** Provides relationship data between on-chain data and between on-chain and off-chain data
* **DAO API:** Provides basic data for DAO projects and on-chain governance, voting, and other data (Upcoming)

Here are some use cases for your reference:

* **Example 1:** Adot provides a data API with free search functionality for decentralized social applications, meeting users' active query needs for different types of on-chain and off-chain data, such as wallets, NFTs, tokens, and content from social media and content creation platforms.

<figure><img src="/files/km1PakOhyMHHi8memMlN" alt=""><figcaption></figcaption></figure>

* **Example 2:** Adot provides NFT aggregation platforms with more asset-related data in different content formats, such as articles, social media posts, and comment content from both on-chain and off-chain sources. This can free users from the cluttered and disorganized data, enabling them to obtain complete, comprehensive, and high-quality information, and make wiser investment decisions accordingly.

<figure><img src="/files/reWv4CgnvKPOaEEectA1" alt=""><figcaption></figcaption></figure>

If you want to know more about Adot API in detail, please review [API List](/adot-api-docs/api-list.md).


---

# 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://adot.gitbook.io/adot-api-docs/introduction.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.
