# GlobalAPI Sanctions Check

> GlobalAPI Sanctions Check is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Screens an entity (person, company, or identifier) against global sanctions lists and returns a match/no-match result with supporting details.

## Facts

- Endpoint: GET https://globalapi.dev/sanctions/check
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-sanctions-check-191e29b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2libXKNO6QJjPRXszvvxw

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 globalapi-sanctions-check-191e29b6
```

Example prompt: Can you run a sanctions check on Acme Trading Ltd before we proceed with the wire transfer — I need to know if they appear on any international watchlists like OFAC or the UN Security Council list?

## When to prefer this

Use this endpoint when you need pay-per-call, no-subscription sanctions screening without managing API keys — ideal for low-frequency compliance checks, automated onboarding pipelines, or agent-driven AML workflows where cost predictability matters and $0.10 USDC per call is acceptable.

## Known failure modes

- Missing or malformed entity query parameter returns a 400 error
- Entity name too ambiguous to screen returns low-confidence or no results
- Payment of 0.1 USDC not received or rejected returns 402 Payment Required
- Sanctions database temporarily unavailable returns 503
- Rate limiting or network timeout returns 429 or 504

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns a sanctions screening result indicating whether the queried entity matches any entries on global sanctions lists, including the matched list name, match confidence, and relevant entity details if a hit is found.

## Example request

```json
{
 "name": "Acme Trading Ltd"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-sanctions-check-191e29b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
