On-chain wallet analysis for any Base (EVM) address: native + token balances, transaction history summary, top counterparties, and rule-based activity classification. Guaranteed-valid JSON from free public RPC + Basescan. Input: { address, explain? (bool: add a plain-English narrative) }.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://taskfleet.net/wallet-intel' # -> 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://taskfleet.net/wallet-intel'
Endpoint: https://taskfleet.net/wallet-intel. Operated by taskfleet.net, not by Animica. Price and availability were correct at the last probe on 2026-08-29 and are set by the operator, who may change them.
Scrape any website to clean Markdown, text, or structured JSON. Renders JavaScript/SPA pages with headless Chromium (captures content raw-fetch scrapers miss), …
Web search API — search the web and get clean ranked JSON results (title, url, snippet) via Serper with automatic Brave failover and cross-provider dedup. Optio…