Track screening metrics, alerts, and audit trail in real-time.
| Metric | Why |
|---|---|
| Total screenings | Volume baseline |
| Blocked transactions | Sanctions matches detected |
| Screening latency | API performance |
| False positive rate | Tuning effectiveness |
| SDN list version | Data freshness |
// Dashboard API call
document.addEventListener('DOMContentLoaded', async () => {
const stats = await fetch('/api/screening-stats').then(r => r.json());
document.getElementById('total').textContent = stats.total;
document.getElementById('blocked').textContent = stats.blocked;
});
Check any wallet, name, or entity against OFAC, EU, UN sanctions lists in real time.
Free wallet checker