# Losbeto Sanctions Check

> Losbeto Sanctions Check is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Checks whether a wallet address or entity is on a sanctions list, returning compliance status for AI trading agents

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/sanctions
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sanctions-check-d719c762
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_40vokiwPXbMzemiU67Va3

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 losbeto-sanctions-check-d719c762
```

Example prompt: Before I send USDC to this wallet address 9xW3...kLmN, can you run a sanctions check to make sure it's not blacklisted or flagged by any regulatory authority?

## When to prefer this

Choose this endpoint when your AI agent needs a quick, pay-per-call ($0.10 USDC via x402) sanctions screening within a crypto-native workflow on Solana or Base, especially when you want micropayment-gated compliance checks without a subscription or API key setup.

## Known failure modes

- Invalid or malformed address returns an error
- Address not found on any monitored list may return a clean status with low confidence
- Service downtime on Railway.app hosting may cause 5xx errors
- Sanctions list data may have a freshness lag, potentially missing very recent additions
- Missing required properties parameter may return a 400 bad request

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response indicating whether the queried address or entity appears on a sanctions list, including compliance status, risk flags, and any relevant regulatory list matches.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sanctions-check-d719c762/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
