# TradePulse Sanctions & Trade Restrictions Screening

> TradePulse Sanctions & Trade Restrictions Screening is a paid API for AI agents from tradepulse-five.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Screens entities, individuals, or transactions against major global sanctions lists including OFAC, EU, UN, and UK

## Facts

- Endpoint: GET https://tradepulse-five.vercel.app/api/trade/sanctions
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-sanctions-trade-restrictions-screening-63f6a65a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gugwm4PxX-FG7lFvJHzI9

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 tradepulse-sanctions-trade-restrictions-screening-63f6a65a
```

Example prompt: Before we finalize this deal, can you screen 'Meridian Trading LLC' based in Russia against OFAC, EU, UN, and UK sanctions lists to make sure they're not restricted?

## When to prefer this

Use this endpoint when you need to screen an entity, individual, or organization against the four major global sanctions regimes (OFAC, EU, UN, UK) in a single call, especially for pre-transaction due diligence, KYC/AML workflows, or trade compliance checks. Prefer this over general web search when you need structured, authoritative sanctions data with clear list attribution.

## Known failure modes

- Entity name too ambiguous — returns multiple partial matches or no definitive result
- Invalid or missing query parameter — returns 400 bad request
- Rate limit or payment failure — returns 402 or 429
- Sanctions list data temporarily unavailable — returns 503
- Very new designations may not yet appear if data is not real-time

## How this service works

Sanctions and trade restriction screening for trade and compliance agents. Screens against OFAC, EU, UN, and UK lists.

## Output

Returns whether the queried entity appears on one or more major sanctions lists (OFAC, EU, UN, UK), with details on matched entries, list source, and restriction status — enabling compliance go/no-go decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "entity": {
   "type": "string",
   "description": "Company or individual name to screen"
  },
  "country": {
   "type": "string",
   "description": "Country to screen — e.g. Russia, Iran, Cuba, Myanmar, Belarus"
  },
  "hs_code": {
   "type": "string",
   "description": "HS code for product-specific restrictions"
  },
  "transaction_type": {
   "type": "string",
   "description": "export | import | investment | service"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradepulse-sanctions-trade-restrictions-screening-63f6a65a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse-five.vercel.app](https://www.zero.xyz/host/tradepulse-five.vercel.app/llms.txt)
