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