Animica x402 Directory

Directory / chainverdict.xyz

chainverdict.xyz/v1/security/typosquat/:domain

Analyse a domain for brand impersonation: homoglyph substitution, character insertion and omission, TLD swaps and known-brand proximity. Returns a suspicion verdict with the specific patterns matched. Heuristic — a match is a reason to check, not proof of intent.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://chainverdict.xyz/v1/security/typosquat/:domain'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://chainverdict.xyz/v1/security/typosquat/:domain'

Endpoint: https://chainverdict.xyz/v1/security/typosquat/:domain. Operated by chainverdict.xyz, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on chainverdict.xyz

chainverdict.xyz/v1/batch/validate

Validate up to 500 identifiers in a single call — IBAN, VAT, BIC, LEI and ISIN mixed freely. One payment instead of 500, for reconciliation and onboarding runs.…

POST · $0.1

chainverdict.xyz/v1/data/activity/:addr

Recent transfer activity for an ERC-20 on Base: transfer count and volume over the sampled window, for judging whether a token is actually in use. Live chain re…

GET · $0.005

chainverdict.xyz/v1/data/block

Latest Base block: number, timestamp and hash. The cheapest call on the service — useful as a liveness and connectivity check.

GET · $0.001

chainverdict.xyz/v1/data/gas

Base gas price oracle: current gas cost on Base, base fee and priority fee in gwei, at a stated block height. For agents deciding whether to transact now or wai…

GET · $0.002

chainverdict.xyz/v1/data/supply/:addr

Total and circulating supply for an ERC-20 on Base, read live from chain with decimals applied and the block height returned.

GET · $0.003

chainverdict.xyz/v1/doc/diff

Structured diff of two text blocks: per-line additions, deletions and changes, plus an identical flag. Use it to detect whether a contract, policy or spec chang…

POST · $0.002

chainverdict.xyz/v1/doc/html-to-markdown

Convert an HTML document to clean Markdown for LLM ingestion: strips scripts, styles and navigation chrome, preserves headings, lists, tables and links. Determi…

POST · $0.002

chainverdict.xyz/v1/security/email/:domain

Email-authentication posture for a domain: SPF record and policy, DMARC policy and alignment, DKIM selector presence. Use it to judge whether mail claiming to b…

GET · $0.01

chainverdict.xyz/v1/security/tls/:domain

Live TLS probe of a hostname: certificate validity and expiry, issuer, chain completeness, protocol and cipher. Confirms an endpoint you are about to send data …

GET · $0.01

chainverdict.xyz/v1/token/verdict/:address

Token safety check for an ERC-20 on Base: is this token a scam, a honeypot, or safe to hold? Examines ownership and mint authority, proxy upgradeability, liquid…

GET · $0.01

chainverdict.xyz/v1/validate/bic/:bic

Validate a BIC/SWIFT code against ISO 9362: 8 or 11 characters, bank and country segments, location and branch codes. Structural only; does not confirm the inst…

GET · $0.001

chainverdict.xyz/v1/validate/iban/:iban

Validate an IBAN structurally: country length rules, character set and the ISO 7064 mod-97 check. Deterministic. A structurally valid IBAN is not proof the acco…

GET · $0.001

All 19 endpoints on chainverdict.xyz →