Overview
XentFi’s AML compliance system checks blockchain addresses against global sanctions lists in real‑time. This helps you stay compliant while protecting your business from sanctioned entities.Sanctions Screening API
Check a Single Address
Endpoint:GET /v1/aml/check/{address}
Check if a blockchain address appears on any sanctions list.
Batch Check (up to 50 addresses)
Endpoint:POST /v1/aml/check-batch
Check multiple addresses in one request.
API Reference
Error Responses
Error format:
Best Practices
- Screen every address before processing payments.
- Keep audit logs of screening results.
- Handle rate limits with retry logic.
Related Products
- Webhooks – receive compliance alerts
- Payment Links – screened payment processing
- Master Wallets – compliance‑ready wallets

