x402basequality 0.45

OFAC SDN sanctions screening via fuzzy name matching, paid per call with USDC on Base.

Price
per_call
Protocol
x402
Verified
no

What it does

The sanctions-check endpoint at DeFi Shield performs OFAC SDN (Specially Designated Nationals) fuzzy name matching and risk classification. It is one of 69 x402-protocol endpoints offered by DeFi Shield, a security intelligence API suite designed for autonomous AI agents operating in DeFi and Web3 contexts.

This specific endpoint accepts a POST request and returns sanctions screening results including fuzzy name matching against the OFAC SDN list and a risk classification. The listed price is $0.10 per call, paid in USDC on the Base network via the x402 payment protocol. The probe confirmed the endpoint is live, returning a 402 Payment Required response as expected for x402 endpoints.

The broader DeFi Shield platform provides 69 endpoints across 11 categories including DeFi intelligence, wallet profiling, MEV analysis, NFT intelligence, cross-chain data, and safety/compliance checks. Free discovery is available via GET requests to any endpoint path, and a health endpoint at /api/health lists all endpoints with pricing. An A2A discovery card is served at /.well-known/agent-card.json. No OpenAPI schema or detailed API documentation was found — the /docs path returns 404 — so request/response schemas must be inferred from the landing page examples.

Capabilities

ofac-sdn-screeningfuzzy-name-matchingsanctions-risk-classificationx402-paymentusdc-base-settlementcompliance-check

Use cases

  • Screen wallet owners or counterparties against the OFAC SDN list before executing DeFi transactions
  • Automate compliance checks for AI agents interacting with unknown addresses or entities
  • Integrate sanctions risk classification into onchain trading or lending workflows
  • Add a compliance gate to agent-to-agent payment flows to avoid sanctioned parties
  • Batch-check entity names for regulatory compliance in Web3 applications

Fit

Best for

  • AI agents needing per-call sanctions screening without subscription commitments
  • DeFi protocols requiring lightweight OFAC compliance checks
  • Autonomous trading agents that must avoid sanctioned counterparties

Not for

  • Full KYC/AML workflows requiring identity verification and document checks
  • High-volume enterprise sanctions screening (no bulk/batch endpoint documented)
  • Jurisdictions or use cases requiring certified compliance vendor attestations

Quick start

# Discover endpoint details (free)
curl https://defi-shield-hazel.vercel.app/api/safety/sanctions-check

# Paid request (requires x402 payment header)
curl -X POST https://defi-shield-hazel.vercel.app/api/safety/sanctions-check \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{"name": "John Doe"}'

Example

Request

{
  "name": "John Doe"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x0814d35F25F2EF3Dffa4aEF4d137558D5E51Ed7b
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is confirmed live via 402 challenge and the landing page provides pricing and a brief description, but no OpenAPI schema, detailed docs, or example responses are available. Request/response shapes are inferred. The x402 challenge object was empty, providing no payment details.

Warnings

  • No OpenAPI or JSON schema available for request or response
  • The /docs path returns 404 — no detailed API documentation found
  • The x402 challenge body was empty; payment parameters (amount, asset, network) could not be verified from the probe
  • Request and response JSON examples are inferred from landing page context, not from actual documentation
  • This endpoint deals with sanctions/compliance — users should verify data source freshness and legal suitability for their jurisdiction

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:56:46Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access