Animica x402 Directory

Directory / 402.com.tr

402.com.tr/api/x402/wallet-delegation

πŸ†• Since Pectra an EOA can carry EIP-7702 delegated code (the 0xef0100 designator): every call to the wallet executes the DELEGATE's contract with the wallet's funds β€” a malicious delegate is total takeover, invisible to approval tools. Reads the designator, resolves the delegate and verdicts it: not_delegated / delegated_known (Coinbase's EOAβ†’SmartWallet path) / delegated_unknown (🚨) / smart_contract. The drain surface no other Base tool checks.

Call it

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

# -> 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/wallet-delegation'

Endpoint: https://402.com.tr/api/x402/wallet-delegation. 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 →