Skip to main content

Base URL

All REST API endpoints are available at:
https://tag.alfa-bot.com/api/v1

\

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 the token 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.

Response format

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