# ChainAnalyzer OFAC/FATF/JFSA Sanctions Screening for Blockchain Addresses

> ChainAnalyzer OFAC/FATF/JFSA Sanctions Screening for Blockchain Addresses is a paid API for AI agents from chain-analyzer.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Screens a blockchain address against OFAC, FATF, and JFSA sanctions lists, returning any hits with sanction list source, designation date, and program code.

## Facts

- Endpoint: GET https://chain-analyzer.com/api/v1/x402/address/:address/sanctions
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chainanalyzer-ofac-fatf-jfsa-sanctions-screening-for-blockchain-4248e18d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yXv6OaQ-peZwPYX4ByHiF

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 chainanalyzer-ofac-fatf-jfsa-sanctions-screening-for-blockchain-4248e18d
```

Example prompt: Can you check if the Ethereum address 0x1234...abcd is on any sanctions list — OFAC, FATF, or JFSA — and tell me which programs it's flagged under and when it was designated?

## When to prefer this

Use this endpoint when you need structured, multi-jurisdiction sanctions screening (OFAC, FATF, JFSA) for a specific blockchain address with machine-readable output including program codes and designation dates. Prefer this over generic AML risk scoring when you specifically need sanctions list compliance data for regulatory or KYC/KYB workflows.

## Known failure modes

- Invalid or malformed blockchain address format returns an error
- Address not found on any supported chain may return empty results rather than an error
- Rate limiting or payment failure (x402) blocks the request
- Unsupported blockchain network returns an error or empty result
- Sanctions list data may have a freshness lag if not updated in real time

## How this service works

OFAC / FATF / JFSA sanctions screening for any blockchain address. Returns hit list with sanction list source, designation date, and program code.

## Output

Returns a hit list of sanctions matches for the queried blockchain address, including the sanction list source (OFAC, FATF, or JFSA), the designation date, and the program code for each hit. Returns an empty list if no sanctions matches are found.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "properties": {
    "example": {}
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chainanalyzer-ofac-fatf-jfsa-sanctions-screening-for-blockchain-4248e18d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chain-analyzer.com](https://www.zero.xyz/host/chain-analyzer.com/llms.txt)
