# RiskPulse OFAC & Sanctions Exposure Check

> RiskPulse OFAC & Sanctions Exposure Check is a paid API for AI agents from riskpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Screens any entity, person, or country for OFAC SDN list, EU, and UN sanctions exposure and returns compliance risk analysis with official screening resources.

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/sanctions
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-ofac-sanctions-exposure-check-7a4de564
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pzYfRED07NPHHC2fziUrQ

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 riskpulse-ofac-sanctions-exposure-check-7a4de564
```

Example prompt: Can you run an OFAC and sanctions screening on 'Petrov Trading LLC' — I need to know if they appear on the OFAC SDN list, EU sanctions lists, or UN sanctions lists before we sign a contract with them?

## When to prefer this

Use this endpoint when you need fast, programmatic sanctions screening for entities, individuals, or countries against OFAC SDN, EU, and UN lists — especially for KYC/AML onboarding workflows, vendor due diligence, trade compliance checks, or cross-border transaction screening. Prefer this over manual lookup tools when you need machine-readable compliance risk output with official resource references.

## Known failure modes

- Entity name too ambiguous — multiple matches or no match found on sanctions lists
- Country name not recognized — returns error or empty result
- API returns 402 if payment of $0.15 USDC is not provided
- Rate limiting or service unavailability returns 5xx error
- Partial name input may miss sanctioned variations or aliases

## How this service works

Sanctions exposure check, OFAC SDN screening, compliance risk analysis for any entity, person, or country. Returns OFAC, EU, and UN sanctions exposure with official screening resources.

## Output

Returns a structured sanctions exposure report indicating whether the queried entity, person, or country appears on OFAC SDN, EU, and UN sanctions lists, along with a compliance risk rating and links to official screening resources for further due diligence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "entity"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "entity": {
   "type": "string",
   "description": "Entity name"
  },
  "entity_type": {
   "type": "string",
   "description": "Entity type (person, company, vessel)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-ofac-sanctions-exposure-check-7a4de564/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse.theaslangroupllc.com](https://www.zero.xyz/host/riskpulse.theaslangroupllc.com/llms.txt)
