OFAC sanctions name screen
sanctions_screenFuzzy-screen a name against the full OFAC SDN + Consolidated lists. Returns match / possible_match / no_match with scored candidates and the aliases that matched — never a silent all-clear. Paid: call without x_payment to receive this call's exact terms (amount, asset, network), sign them, then call again with x_payment. The free pricing tool lists every price at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Which OFAC list(s) to screen against. | all |
| name | Yes | Name to screen. | |
| type | No | Restrict to one party type. | |
| limit | No | Max candidates to return. | |
| min_score | No | Minimum fuzzy score (0-100) for a candidate to be returned. | |
| x_payment | No | Optional signed x402 payment payload (base64, what the X-PAYMENT header carries). Omit to receive the exact payment terms; sign them (e.g. @x402/fetch) and call again with this argument to settle and get the data. |