online ยท base mainnet ยท ERC-8257

31 endpoints
for autonomous agents.

Pay per call with x402 micropayments (USDC on Base), or hold an AXIOM Tool Pass for unlimited access via SIWE. Every tool is in the /api/manifest index and exposed via the MCP server.

31
tools
5
free or tiered
25
paid ยท x402
1
pass-only
how it works

Three ways in.

  1. 01

    Curl it free

    Free endpoints like ens-resolver and the free tier of axiom-burn-stats need no auth. Standard HTTP GET. Test from the terminal.

  2. 02

    Pay with x402

    Paid endpoints return HTTP 402 with payment requirements. Your x402 client signs a USDC authorization, the facilitator settles on Base, you get 200.

  3. 03

    Or hold the Pass

    Sign a SIWE message from a wallet holding โ‰ฅ1 AXIOM Tool Pass NFT. Server verifies on-chain, paywall skips. Unlimited calls.

catalog

Every tool, by category.

Click a tool to open its endpoint. Copy the curl. Or run it in a new tab from the card.

Infra

7

ENS Resolver

GET ยท POST /api/tools/ens-resolver
FREE

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'

Gas Oracle

GET ยท POST /api/tools/gas-oracle
PAID

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'

TX Decoder

GET ยท POST /api/tools/tx-decoder
FREE

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=0x...'

Wallet Profile

GET ยท POST /api/tools/wallet-profile
PAID

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...'

Token Safety Check

GET ยท POST /api/tools/token-safety
PAID

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'

ERC-20 Holder Overlap

GET ยท POST /api/tools/erc20-holder-overlap
PAID

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'

Token Info

GET ยท POST /api/tools/token-info
PAID

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'

NFT & Agents

9

Collection Stats

GET ยท POST /api/tools/collection-stats
PAID

NFT collection health snapshot from OpenSea: floor price, 24h volume, total sales, owner count with distribution percentage, creator royalty vs protocol fee split, and top-5 live bids. Multi-slug compare supported (up to 5 slugs per request). 5-minute cache.

openseanftcollectionfloorvolumebase
curl -s 'https://www.clawbots.org/api/tools/collection-stats?slug=normies'

NFT Collection Intel

GET ยท POST /api/tools/nft-collection-intel
PAID

NFT collection intelligence via OpenSea. Returns floor price, volume, holder distribution, listing depth, wash trading indicators, and sweep probability for any collection. 5min cache. $0.03 USDC per call; AXIOM Tool Pass holders get free access.

nftcollectionfloor-priceopenseaanalyticsbase
curl -s 'https://www.clawbots.org/api/tools/nft-collection-intel?slug=normies&chain=ethereum'

NFT Holder Overlap

GET ยท POST /api/tools/nft-holder-overlap
PAID

Computes holder overlap between two OpenSea NFT collections. Returns the number of wallets that hold both, overlap as a percentage of the smaller holder set, the Jaccard similarity index, and the top-25 shared wallets by combined holdings. Useful for cross-marketing analysis, airdrop targeting, and community overlap research.

openseanftholdersoverlapanalysisairdropcommunity
curl -s 'https://www.clawbots.org/api/tools/nft-holder-overlap'

rarity-rank

GET ยท POST /api/tools/rarity-rank
PAID

OpenSea rarity rank for a specific NFT token, with each trait annotated by collection-wide frequency and the current best ask. Useful for deciding whether a listing price is justified by rarity.

openseanftraritytraitsethereumbase
curl -s 'https://www.clawbots.org/api/tools/rarity-rank?collection=normies&tokenId=7593'

Sweep Quote

GET ยท POST /api/tools/sweep-quote
PAID

Quote a real NFT sweep cost on OpenSea. Walks up the best-listing curve for a collection, deduplicates by token ID, and returns how many NFTs fit a given ETH budget โ€” with average, floor, ceiling, slippage, budget utilization, and the token IDs that would be acquired.

openseanftsweepfloortradingbase
curl -s 'https://www.clawbots.org/api/tools/sweep-quote?slug=normies&budget=5'

trait-floor

GET ยท POST /api/tools/trait-floor
PAID

Trait-filtered floor price for an OpenSea collection. The collection floor is the cheapest *anything* listed โ€” useless when traits are rarity-priced. This tool walks best-listings filtered by a Trait:Value combination and returns the trait-specific floor plus premium vs collection floor.

openseanftfloortraitraritypricing
curl -s 'https://www.clawbots.org/api/tools/trait-floor?collection=normies'

wallet-holdings

GET ยท POST /api/tools/wallet-holdings
PAID

NFT portfolio snapshot for a wallet address. Fetches all NFTs held (paginated), groups by collection, prices each at current floor, and totals estimated value. Useful for portfolio appraisals and position sizing.

openseanftportfoliowalletholdingsappraisal
curl -s 'https://www.clawbots.org/api/tools/wallet-holdings?address=0x...'

Normie Identity

GET ยท POST /api/tools/normie-identity
FREE ยท tiered

Normie persona lookup. Given a Normies NFT tokenId (0-9999), returns persona name, type (Human/Cat/Alien/Agent), and visual traits. Free tier returns identity basics. Premium tier ($0.002 USDC or AXIOM Tool Pass) adds the full agent persona: backstory, greeting, personality traits, communication style, and quirks. Data sourced from api.normies.art with a 5-minute upstream cache.

normiesnftidentitypersonaerc-8004agentx402base
curl -s 'https://www.clawbots.org/api/tools/normie-identity?tokenId=7593'

Agent Binding Scout

GET ยท POST /api/tools/agent-binding-scout
PAID

Discovery primitive for ERC-8217 agent-bound NFTs in any OpenSea collection. Given a collection slug, returns the subset of NFTs with an agent binding, each enriched with the inline binding payload (agent_id, binding_contract, agent { chain, token_id, contract_address }, registered_by). Built on OpenSea's `has_agent_binding=true` filter (May 2026). Per-NFT enrichment is serialized to dodge OpenSea's stale-cache bug on parallel fan-out. 60s in-memory cache per (collection, chain, limit).

nftagent-bindingerc-8217erc-8004openseadiscoveryx402base
curl -s 'https://www.clawbots.org/api/tools/agent-binding-scout?collection=normies&chain=ethereum&limit=5'

Security & Analysis

4

Contract Safety Scanner

GET ยท POST /api/tools/contract-safety-scanner
PAID

Smart contract safety analysis on Base. Checks verification status, EIP-1967 proxy patterns, admin/owner functions, upgrade capabilities, self-destruct risk, and bytecode size. Returns a 0-100 safety score with risks + positives. $0.10 USDC per call; AXIOM Tool Pass holders get free access.

contractsecurityauditbaseproxy-detection
curl -s 'https://www.clawbots.org/api/tools/contract-safety-scanner?address=0x...'

Token Due Diligence

GET ยท POST /api/tools/token-due-diligence
PAID

Token safety and quality analysis on Base. Checks holder concentration, verification status, transfer activity, top holder distribution, and red flags. Returns a 0-100 safety score with verdict (likely_safe/moderate_risk/high_risk/avoid). 2min cache. $0.05 USDC per call; AXIOM Tool Pass holders get free access.

tokendue-diligencesafetybasedefi
curl -s 'https://www.clawbots.org/api/tools/token-due-diligence?token=0x...'

Wallet Risk Score

GET ยท POST /api/tools/wallet-risk-score
PAID

Wallet risk scoring for agent-to-agent trust decisions on Base. Analyzes ETH balance, transaction count, token transfer activity, contract-vs-EOA status, ENS ownership, and known Blockscout labels to produce a 0-100 risk score with flags and positives. 5min cache. $0.05 USDC per call; AXIOM Tool Pass holders get free access.

walletrisktrustbasesecurity
curl -s 'https://www.clawbots.org/api/tools/wallet-risk-score?address=0x...'

Agent Cert Check

GET ยท POST /api/tools/agent-cert-check
FREE

Live on-chain AgentCheck certification status for any Base address. Queries the AgentCheck registry (0x803A) at call time โ€” not a cached snapshot โ€” returning isCertified, certHash, and batteryHash as of the current block. Use this to gate agent-to-agent interactions on real-time trust state rather than a stale grade. Free.

agentcerttrustagentcheckbasefree
curl -s 'https://www.clawbots.org/api/tools/agent-cert-check?address=0x8004A169FB4a3325136EB29fA0ceB6D2e539a432'

DeFi & Signals

3

Portfolio Rebalance Advisor

GET ยท POST /api/tools/portfolio-rebalance-advisor
PAID

Portfolio analysis and rebalancing suggestions for any wallet on Base. Reads all token holdings, evaluates concentration risk, identifies missing stablecoin/core positions, and suggests rebalancing moves. 5min cache. $0.05 USDC per call; AXIOM Tool Pass holders get free access.

portfoliorebalancedefibaserisk-management
curl -s 'https://www.clawbots.org/api/tools/portfolio-rebalance-advisor?address=0x...'

Bankr Leaderboard

GET ยท POST /api/tools/bankr-leaderboard
PAID

Top traders on bankr.bot ranked by total Bankr Score or any of its components (staking, $BNKR, partner-coin boost, NFTs, PnL, mindshare, earnings, referrals). Configurable timeframe (24h/7d/30d/total) and limit (1-20). Cached upstream for 10 minutes. For copy-trading research, agent due-diligence, and onchain credibility.

bankrbaseleaderboardtradersx402
curl -s 'https://www.clawbots.org/api/tools/bankr-leaderboard?sort=total&timeframe=7d&limit=10'

Launchpad Token Risk Scanner

GET ยท POST /api/tools/launchpad-risk-scanner
PAID

Composite risk analysis for launchpad tokens (Bankr, Clanker, etc.). Aggregates deployer track record (win rate, total launches, avg mcap), holder concentration (top-10 wallet share), liquidity depth and volume-to-liquidity ratio, social signal presence, and trading activity into a 0-100 risk score with per-signal breakdown. Trading agents use this to vet tokens before entry โ€” one $1 call replaces 10+ individual lookups.

bankrlaunchpadrisktokendue-diligencebasedefi
curl -s 'https://www.clawbots.org/api/tools/launchpad-risk-scanner'

$AXIOM

6

AXIOM Burn Stats

GET ยท POST /api/tools/axiom-burn-stats
FREE ยท tiered

Live $AXIOM burn stats on Base โ€” total burned, percent of supply, recent burn events. 30 s cache. Free tier returns aggregates; AXIOM Tool Pass holders (SIWE) or x402 micropayments unlock the recentBurns array (last 20 burn txs from Blockscout).

axiombaseburntoken-statsfree
curl -s 'https://www.clawbots.org/api/tools/axiom-burn-stats'

Axiom Influence Impact

GET ยท POST /api/tools/axiom-influence-impact
PAID

Per-token attribution leaderboard mapping crypto-Twitter accounts to onchain volume they caused. Pulls from a daily-refreshed snapshot of watched tokens. Query the full leaderboard or one token by symbol. Useful for vetting influencer claims, copy-trade research, and ecosystem analytics.

axiombaseattributioncrypto-twitterx402
curl -s 'https://www.clawbots.org/api/tools/axiom-influence-impact?token=AXIOM'

Axiom Narrative Pulse

GET ยท POST /api/tools/axiom-narrative-pulse
PAID

Daily snapshot of which crypto/AI narratives are gaining velocity: phase (Emerging/Rising/Peak/Fading), position call (FRONT-RUN/RIDE/FADE/WATCH/IGNORE), velocity drivers, mindshare, thesis + bear case, plus transitions (new/promoted/demoted/dead) and reflexivity notes. Filterable by narrative slug, phase, or position. Refreshed daily by an autonomous cron.

axiombasenarrativesmarket-signalx402
curl -s 'https://www.clawbots.org/api/tools/axiom-narrative-pulse?phase=&position='

AXIOM Stakers Leaderboard

GET ยท POST /api/tools/axiom-stakers-leaderboard
PAID

Top xAXIOM (StakedAxiom ERC-4626) holders ranked by share balance. Returns vault summary stats (total shares in circulation, total AXIOM staked, price-per-share) and a ranked leaderboard of up to 50 stakers with address, share balance, and percent of total supply. Sourced live from Blockscout token-holders API + Base RPC ERC-4626 reads. 60s cache. Requires $0.01 USDC per call (x402) or AXIOM Tool Pass.

axiombasestakingxaxiomleaderboarderc4626
curl -s 'https://www.clawbots.org/api/tools/axiom-stakers-leaderboard?limit=20'

AXIOM Whale Alerts

GET ยท POST /api/tools/axiom-whale-alerts
PAID

Live $AXIOM whale-move detector on Base. Scans recent blocks for large ERC-20 transfers above a USD threshold and classifies each one: staker (sent to StakedAxiom vault), dumper (sold into DEX pool), new-wallet (first-ever recipient), LP-add, LP-remove, exchange-deposit, or exchange-withdraw. Powered by Base RPC + DexScreener. 2min cache. $0.02 USDC per call; AXIOM Tool Pass holders get free access.

axiombasewhaletoken-analyticstransfersstaking
curl -s 'https://www.clawbots.org/api/tools/axiom-whale-alerts?thresholdUsd=1000'

Ask

POST /api/tools/ask
PASS

Natural language query endpoint for AXIOM Tool Pass holders. Ask questions about wallets, tokens, gas, contracts โ€” combines real-time data from Axiom's tool surface with local-model NL reasoning. Tool Pass / SIWE only; x402 micropayments are not accepted at the listed price.

axiomnlpmulti-tooltool-pass-only
curl -s https://www.clawbots.org/api/tools/ask \
  -X POST -H 'content-type: application/json' \
  -d '{"question":"..."}'
AXIOM Tool Pass

One pass. Every tool. Forever.

1,000 supply, minted out, ERC-721 on Base. Holders authenticate via SIWE โ€” sign a message from your wallet, the server verifies ownership on-chain, and every paid endpoint becomes free. Includes endpoints we haven't shipped yet.

Buy on OpenSea 0xfc9ce3โ€ฆ6Cad82