Animica x402 Directory

Directory / 402.com.tr

402.com.tr/api/x402/counterparty-check

One call, four public sources: how old the domain is (RDAP), whether mail to the contact will land (DNS), whether the name is on the OFAC list, and whether the company exists in the global LEI register. Returns a single GO / HOLD / STOP with every signal that produced it. Built for the moment an agent has to trust an invoice, a new vendor or a payment-detail change — the classic fraud pattern is a real-looking name on a domain registered weeks ago.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://402.com.tr/api/x402/counterparty-check'

# -> 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://402.com.tr/api/x402/counterparty-check'

Endpoint: https://402.com.tr/api/x402/counterparty-check. Operated by 402.com.tr, 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 402.com.tr

402.com.tr/api/x402/address-intel

EOA vs contract, ETH + USDC balance, transaction count and activity level — straight from Base RPC. Useful for counterparty and wallet checks.

GET · $0.02

402.com.tr/api/x402/address-trust

🆕 The 'who am I dealing with?' check for agents. Reads Coinbase's ONCHAIN verification (an EAS attestation by verifications.coinbase.eth) — meaning the address…

GET · $0.03

402.com.tr/api/x402/agent-wallet-audit

🆕 The complete fund-movement authority on a Base wallet in one call: ERC-20 approvals (a spender you approved can pull the token) PLUS Base Account spend permi…

GET · $0.06

402.com.tr/api/x402/ai-contract-risk

Combines security flags with the verified ABI's function names, then Claude explains the contract's dangerous capabilities — owner can mint, pause, blacklist, u…

GET · $0.04

402.com.tr/api/x402/ai-extract

Turn ANY text into clean, schema-enforced JSON: pass text= plus the fields you want (fields=name,email,price,date — up to 10) and get exactly those keys back, g…

GET · $0.05

402.com.tr/api/x402/ai-extract-batch

The pipeline version of ai-extract: send up to 10 documents (text1=…&text2=… or texts= with ||| separators) and one field list — get one schema-enforced JSON ob…

GET · $0.1

402.com.tr/api/x402/ai-market-brief

The zoom-out flagship: aggregates trending and newly-listed Base tokens, then Claude writes a concise market brief — mood, highlights, new & notable launches, a…

GET · $0.05

402.com.tr/api/x402/ai-summarize

Compress up to 16K characters of anything — articles, transcripts, email threads, reports — into 3-5 precise bullet points, one micro-payment per call. No API k…

GET · $0.03

402.com.tr/api/x402/ai-token-report

The flagship report: aggregates token risk, holder concentration, price/liquidity and OFAC sanctions, then Claude synthesizes a structured verdict (avoid → favo…

GET · $0.12

402.com.tr/api/x402/ai-translate

Claude-quality translation as a pay-per-call primitive: send text= (up to 6K characters) and to= any language, get only the translation back — no notes, no wrap…

GET · $0.03

402.com.tr/api/x402/ai-tx-explain

Give a Base transaction hash and Claude explains what it actually did in plain English — the action, a risk read (failed tx, risky approval, high-value transfer…

GET · $0.04

402.com.tr/api/x402/ai-wallet-security

Pulls a wallet's active token approvals and Claude writes a security audit: overall risk level, USD at risk, and concrete revoke recommendations (which token/sp…

GET · $0.06

All 137 endpoints on 402.com.tr →