Introduction
Welcome to the AML You API documentation. AML You provides blockchain analytics and wallet intelligence — analyze the source of funds for any wallet address through a simple REST API.
What you can do
- Analyze wallets — Get risk scores, transaction patterns, and compliance data for blockchain addresses
- Programmatic access — Integrate wallet analytics directly into your applications using API keys
- Real-time billing — Pay only for the analyses you run with token-based billing
Quick links
| Topic | Description |
|---|---|
| Getting Started | Get your API key and make your first request |
| Authentication | How to authenticate API requests |
| API Reference | Complete endpoint documentation |
| Rate Limits | Understand rate limiting and quotas |
| Billing | How token-based billing works |
Base URL
All API requests are made to:
https://mvp.amlyou.com
Authentication
Get your API key from amlyou.com, then pass it via the X-API-Key header:
curl -H "X-API-Key: ak_live_your_key_here" \
https://mvp.amlyou.com/api/analysis/wallet/0x...
Ready to start? Head to Getting Started.