# Drops API Documentation

## Drops API Documentation

Welcome to the official API documentation for Drops shared services.

### What is Drops?

[Drops](https://www.drops.bot) is a comprehensive platform for tracking and checking airdrop eligibility across multiple blockchain networks. Our shared APIs provide developers with easy access to airdrop data for any wallet address.

<figure><img src="/files/2ZccXXdf8Uk7fRAKPewm" alt=""><figcaption></figcaption></figure>

### Getting Started

To start using our APIs, you'll need:

1. **API Key** - Contact us [on Twitter](https://x.com/DropsBot) to get your API key&#x20;
2. **Base URL** - All API endpoints are available at `https://api.drops.bot/shared`
3. **Authentication** - Include your API key in the `x-api-key` header


---

# 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.drops.bot/readme.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.
