Getting Started
This guide walks you through obtaining an API key and making your first analysis request.
Prerequisites
- An AML You account with an active subscription
- Sufficient token balance for analysis operations
Step 1: Get Your API Key
To obtain an API key, log in to your account at amlyou.com and navigate to the API Keys section in your dashboard.
:::danger Important Your API key is shown only once at creation time. Store it securely — it cannot be retrieved later. :::
Step 2: Make Your First Request
Use your API key to analyze a blockchain wallet:
curl -H "X-API-Key: ak_live_your_key_here" \
https://mvp.amlyou.com/api/analysis/wallet/0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18
You should receive a JSON response with the wallet's risk analysis.
Next Steps
- Authentication — Learn about all authentication methods
- API Reference — See all available endpoints
- Rate Limits — Understand request quotas