Skip to main content

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
TopicDescription
Getting StartedGet your API key and make your first request
AuthenticationHow to authenticate API requests
API ReferenceComplete endpoint documentation
Rate LimitsUnderstand rate limiting and quotas
BillingHow 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.