# OFAC Sanctions List Changes (Rolling 90-Day Delta)

> OFAC Sanctions List Changes (Rolling 90-Day Delta) is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a rolling 90-day delta of OFAC SDN and Consolidated list changes — new additions, removals, and modifications — so compliance workflows can skip full re-screens on quiet weeks.

## Facts

- Endpoint: GET https://x402.professorsausages.com/sanctions-screen/changes
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ofac-sanctions-list-changes-rolling-90-day-delta-838ce833
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ApDfmx8fqpbMwvZxUurCx

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ofac-sanctions-list-changes-rolling-90-day-delta-838ce833
```

Example prompt: Pull the recent OFAC sanctions list changes from the last 90 days — I want to see what entities were added, removed, or modified so I can do incremental compliance checks instead of a full re-screen.

## When to prefer this

Use this endpoint when you need incremental OFAC sanctions list updates rather than a full re-screen — ideal for weekly or daily compliance workflows where you want to know only what changed. Prefer the sibling batch-screen endpoint when you need to screen specific names, and prefer this endpoint when you want to audit the list itself for changes. Significantly cheaper than running a full re-screen if the list has been quiet.

## Known failure modes

- No changes in window: returns empty arrays with zero counts — not an error
- Service unavailable: upstream OFAC data feed outage may cause stale or error responses
- Rate limiting: repeated rapid calls may be throttled
- Payment failure: x402 micropayment not settled, request rejected

## How this service works

Recent OFAC list changes (adds/removals/modifications, rolling 90 days) — skip full re-screens on quiet weeks

## Output

Returns a JSON object with a date window (from/to), three arrays of change objects (added, removed, modified entities from OFAC SDN + Consolidated lists), and a counts summary object with integer totals for each change type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ofac-sanctions-list-changes-rolling-90-day-delta-838ce833/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
