> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wellwallet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to your Mintlify project

***

## **Base URL**

All REST API endpoints are available at:

```text theme={null}
https://tag.alfa-bot.com/api/v1
```

## \\

**Quickstart**

**Prerequisites**

* A WellWallet account ([**Sign up**](https://t.me/wellwallet))
* An API key with appropriate permissions Settings → Settings → API → API Keys management
* A programming language or HTTP client (cURL, Python, JavaScript, or similar)

## Authentication

All protected requests use an API token in the `token` header.

\`\`\`bash

curl --request GET \\

\--url [https://tag.dev.alfa-bot.com/api/dev/v1/user-balances](https://tag.dev.alfa-bot.com/api/dev/v1/user-balances) \\

\--header 'token: YOUR\_API\_TOKEN'

\`\`\`

## Main API areas

* **Wallets** — create, update, delete, list wallets, and change wallet status.

* **User** — get balances for the authenticated user.

* **AML** — request AML reports and fetch asynchronous results by UID.

* **Withdrawal** — create, view, list, and delete withdrawal requests.

## Response format

The source Swagger file does not define exact response schemas, so response bodies should be finalized after backend examples are available.
