Phishing URL Check
$0.01/reqPOST /services/phishing-check
Normalizes a URL or domain and checks it against a locally mirrored MetaMask eth-phishing-detect list: allowlist, blocklist, and fuzzy lookalike matching. No network calls, deterministic, fast.
call it — the quote comes back in one round trip
curl -X POST https://api.1cent.sivaram.dev/services/phishing-check \
-H 'content-type: application/json' \
-d '{"url":"https://uniswap-airdrop.example.com/claim"}'This returns 402 Payment Required with exact terms. Clients like @x402/fetch sign the quote and retry automatically, paying $0.01 — no other setup exists.
Providers
Every response names the providers it consulted, with per-call status, so you can weigh the evidence.
Response fields
- domain
- status
- matchedList
- match
Guardrails
- list snapshot ships with the server build
- no remote lookups
Pricing note
Runs entirely on mirrored local data; the cheapest route in the catalog.
machine-readable detail: GET /services/phishing-check