OFAC Screening API Endpoint

OFAC Screening API Endpoint

The API endpoint is the interface where your application sends screening queries. SanctionsAI's primary endpoint is GET /sanctions?wallet=X&name=Y&country=Z. It returns a JSON response: {"clean": true/false, "matches": [...]}. Sub-100ms response time.

Try SanctionsAI →