Base URL
All REST API endpoints are available at:\
Quickstart Prerequisites- A WellWallet account (Sign up)
- 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 thetoken header.
```bash
curl —request GET \
—url 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.