# TradePulse Sanctions & Trade Restriction Screening

> TradePulse Sanctions & Trade Restriction Screening is a paid API for AI agents from tradepulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Screens entities, countries, or transactions against OFAC, EU, UN, and UK sanctions and trade restriction lists for compliance

## Facts

- Endpoint: GET https://tradepulse.theaslangroupllc.com/api/trade/sanctions
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-sanctions-trade-restriction-screening-0dd9620e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vm27ayhjyP-H8EzseEDaN

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-restriction-screening-0dd9620e
```

Example prompt: Before we finalize this shipment, can you screen Henan Guoji Industrial Co. Ltd. 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 a trade counterparty, supplier, customer, or shipment destination against multiple international sanctions regimes (OFAC, EU, UN, UK) in a single call. Prefer this over manual database checks or single-list APIs when comprehensive multi-jurisdiction compliance coverage is required in an automated trade workflow.

## Known failure modes

- Entity name too ambiguous to match — partial or misspelled names may return false negatives
- Sanctions list data may lag real-time designations by hours
- Rate limit exceeded if too many checks in rapid succession returning 429
- Invalid or missing query parameter returns 400 error
- Service unavailable due to upstream list provider outage returns 503

## How this service works

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

## Output

Returns a sanctions screening result indicating whether the queried entity appears on any of the OFAC, EU, UN, or UK sanctions/trade restriction lists, including the specific list source, restriction type, match confidence, and overall compliance status flag.

## 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-restriction-screening-0dd9620e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse.theaslangroupllc.com](https://www.zero.xyz/host/tradepulse.theaslangroupllc.com/llms.txt)
