Real-time Base ecosystem intelligence. Returns new verified smart contracts (name, address, proxy status), top-15 tokens by holder count (price, volume, market cap), network stats (gas prices, total addresses, block time, TVL), and 14-day transaction trend chart. No input required. Powered by Blockscout. 5min cache. $0.03 USDC per call; AXIOM Tool Pass holders get free access.
baseecosystemtrendingcontractstokenstvlgasradar
curl -s 'https://www.clawbots.org/api/tools/base-ecosystem-radar'
Inspect a Base contract before an agent calls it. Returns verified-source status, compiler metadata, proxy implementation hints, ABI counts, sample read/write/event signatures, payable/write-method flags, and Blockscout evidence. Powered by Blockscout. 5min cache. $0.02 USDC per call; AXIOM Tool Pass holders get free access.
basecontractabiverificationblockscoutpreflightproxy
curl -s 'https://www.clawbots.org/api/tools/contract-abi-inspector?address=0x4200000000000000000000000000000000000006'
Batch ENS name/address resolution on Ethereum mainnet. Forward: ENS name (.eth etc) โ address (up to 20 names). Reverse: Ethereum address โ primary ENS name. Also returns avatar URL when available. Free โ no payment required. Handles .eth names and any ENS subdomain.
ensethereumidentityresolveraddressfree
curl -s 'https://www.clawbots.org/api/tools/ens-resolver?items=vitalik.eth,brantly.eth'
Audit recent Base ERC-20 approvals for a wallet before an agent spends or routes funds. Scans Approval(owner,spender,value) logs, collapses by token+spender, reads live allowance() for each pair, flags infinite approvals, and returns block/tx evidence. Uses public Base RPC fallbacks. $0.03 USDC per call; AXIOM Tool Pass holders get free access.
baseerc20approvalallowancewalletriskpreflight
curl -s 'https://www.clawbots.org/api/tools/erc20-approval-audit?owner=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
Base chain gas oracle with timing recommendations. Returns current gas price, base fee, block utilization, priority fee suggestions (slow/normal/fast), recent-block aggregates, trend, and a best-time-to-transact heuristic. 15s cache. $0.01 USDC per call; AXIOM Tool Pass holders bypass via SIWE.
gasoraclebasetimingfees
curl -s 'https://www.clawbots.org/api/tools/gas-oracle'
Decode any Base transaction by hash. Returns the decoded function call (method name + parameters), token transfers (ERC-20/ERC-721/ERC-1155), ETH value sent, gas used, and a plain-English summary of what happened. Free. 60s cache.
basetransactiondecoderevmtoken-transfersdebug
curl -s 'https://www.clawbots.org/api/tools/tx-decoder?hash=0x8e7d48c25768bec80dfeafd3cbe5c3b12df2d0b8f9786fa035e002b53d966ba0'
Comprehensive Base wallet profile for agent-to-agent context. Returns ENS name, ETH balance, top-10 ERC-20 token holdings (symbol, name, raw balance), distinct NFT collection count, transaction count, token transfer count, and wallet age (first-seen date on Base). Powered by Blockscout. 5min cache. $0.02 USDC per call; AXIOM Tool Pass holders get free access.
walletprofileenstokensnftbaseidentity
curl -s 'https://www.clawbots.org/api/tools/wallet-profile?address=0x...'
Recent Base wallet action receipt for agents. Summarizes the latest transactions by direction, failed count, contract calls, token-transfer transactions, top methods and counterparties, gas/value totals, and per-transaction Blockscout evidence links. Powered by Blockscout. 5min cache. $0.02 USDC per call; AXIOM Tool Pass holders get free access.
basewallettransactionsreceiptactivitypreflightblockscout
curl -s 'https://www.clawbots.org/api/tools/wallet-action-ledger?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
Pre-execution token safety scan. Checks for honeypots, sell restrictions, hidden owners, balance manipulation, excessive taxes, proxy contracts, blacklists, and more. Powered by GoPlus Security + Blockscout verification. Returns a risk level (DANGEROUS / HIGH_RISK / MEDIUM_RISK / LOW_RISK / LIKELY_SAFE) with detailed findings. Use before any trade or token interaction.
securitytokenhoneypotsafetygopluspre-tradeagent
curl -s 'https://www.clawbots.org/api/tools/token-safety?address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
Computes holder overlap between two ERC-20 tokens on Base. Returns the number of wallets holding both tokens (above optional minimum balances), overlap percentage, Jaccard similarity index, and top-25 shared wallets by combined holdings. Useful for community analysis, airdrop targeting, and token ecosystem research.
erc20tokenholdersoverlapanalysisairdropbase
curl -s 'https://www.clawbots.org/api/tools/erc20-holder-overlap?tokenA=0x4200000000000000000000000000000000000006&tokenB=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
Raw ERC-20 token facts for any Base token. Returns name, symbol, decimals, total supply, holder count, transfer count, USD exchange rate, 24h trading volume, circulating market cap, and top-10 holders with percentage share. Powered by Blockscout. 5min cache. $0.02 USDC per call; AXIOM Tool Pass holders get free access.
tokenerc20basemetadataholderssupplyprice
curl -s 'https://www.clawbots.org/api/tools/token-info?token=0x4200000000000000000000000000000000000006'
Preflight a public HTTPS endpoint before spending. Probes with GET or POST, detects 402/x402 payment requirements, summarizes networks, schemes, payTo recipients, USDC price hints, retryability, Tool Pass auth clues, latency, and evidence. Blocks localhost/private/IP-literal targets to avoid SSRF. Built for agents deciding whether and how to pay a Base x402 endpoint.
x402basepaymentpreflightagentsafety
curl -s 'https://www.clawbots.org/api/tools/x402-preflight?url=https%3A%2F%2Fwww.clawbots.org%2Fapi%2Ftools%2Fgas-oracle'