Skip to main content

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.
Successful response (clean address):
Sanctioned address response:

Batch Check (up to 50 addresses)

Endpoint: POST /v1/aml/check-batch Check multiple addresses in one request.
Response:

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.