Memory · sandbox · browse · critique · judge.
Documents16PDF · Word · Excel · OCR.
Audio20Transcribe · diarize · TTS.
Images27Caption · OCR · resize.
Web39Scrape · screenshot · meta.
Validation25Email · IBAN · IP · VAT.
Conversions20JSON · YAML · UUID.
All endpoints159Full catalog · featured first.
Wallet-only · earn USDC daily.
Sell-side guideEIP-712 · JWT · settlement.
Pricing & take rate3% paywall · 4% proxy.
How settlement worksSettlement runs daily at 00:00 UTC, in USDC. A balance ≥ 1 USDC is paid at the next run (within 24h). A balance below 1 USDC carries over and accumulates across days until it reaches 1 USDC, then it's paid.
/v1/eu/sanctions-check
Validation · eu-sanctions-list
Request → Response
Examples from schemas.json.
POST /v1/eu/sanctions-check Content-Type: application/json { "query": "latest AI agent payments", "query_type": "auto", "fuzzy": true, "threshold": 0.85 }
HTTP/1.1 200 OK Content-Type: application/json // Endpoint-specific body after 402 settlement
Screen a name or wallet against the EU consolidated sanctions list (CFSP), with optional fuzzy matching and threshold.
Body: JSON · application/json
| Field | Type | Description | |
|---|---|---|---|
| query | string | required | — |
| query_type | string | required | enum: name, wallet, auto |
| fuzzy | boolean | required | — |
| threshold | number | required | min: 0 |
curl -X POST https://api.tools402.dev/v1/eu/sanctions-check \
-H "Content-Type: application/json" \
-d '{
"query": "latest AI agent payments",
"query_type": "auto",
"fuzzy": true,
"threshold": 0.85
}'402 payment flow omitted — see Integrations for settlement.