heurist-meshReal-time crypto token data, DeFi analytics, blockchain data, Twitter/X social intelligence, enhanced web search, crypto project search all in one Skill. For...
Install via ClawdBot CLI:
clawdbot install wjw12/heurist-meshHeurist Mesh is an open network of modular AI agent tools for cryptocurrency and blockchain data. All features accessible via a unified REST API.
TrendingTokenAgent ā Trending tokens and market summary
get_trending_tokens ā Get trending tokens most talked about and traded on CEXs and DEXsget_market_summary ā Get recent market-wide news including macro and major updatesTokenResolverAgent ā Find tokens and get detailed profiles
token_search ā Find tokens by address, ticker/symbol, or name (up to 5 candidates)token_profile ā Get detailed token profile with pairs, funding rates, and indicatorsDefiLlamaAgent ā DeFi protocol and chain metrics
get_protocol_metrics ā Get protocol TVL, fees, volume, revenue, chains, and growth trendget_chain_metrics ā Get blockchain TVL, fees, top protocols, and growth trendsTwitterIntelligenceAgent ā Twitter/X data
user_timeline ā Fetch a user's recent posts and announcementstweet_detail ā Get a tweet with thread context and repliestwitter_search ā Search for posts and influential mentions on any topicExaSearchDigestAgent ā Web search with summarization
exa_web_search ā Search the web with LLM summarization, time and domain filtersexa_scrape_url ā Scrape a URL and summarize or extract informationChainbaseAddressLabelAgent ā EVM address labels
get_address_labels ā Get labels for ETH/Base addresses (identity, contract names, wallet behavior, ENS)ZerionWalletAnalysisAgent ā EVM wallet holdings
fetch_wallet_tokens ā Get token holdings with USD value and 24h price changefetch_wallet_nfts ā Get NFT collections held by a walletProjectKnowledgeAgent ā Crypto project database
get_project ā Look up a project by name, symbol, or X handle (team, investors, events)semantic_search_projects ā Natural language search across 10k+ projects (filter by investor, tag, funding year, exchange)CaesarResearchAgent ā Academic research
caesar_research ā Submit a research query for in-depth analysisget_research_result ā Retrieve research results by IDAskHeuristAgent ā Crypto Q&A and deep analysis (Important: recommended for in-depth crypto topics)
ask_heurist ā Submit a crypto question (normal or deep analysis mode)check_job_status ā Check status of a pending analysis jobYou need at least one payment method configured. DO NOT call any Mesh tool APIs until setup is verified.
Option A: Heurist API Key (Recommended ā simplest)
.env in the project root:
HEURIST_API_KEY=your-api-key-here
Authorization: Bearer $HEURIST_API_KEYOption B: x402 On-Chain Payment (USDC on Base)
.env in the project root:
WALLET_PRIVATE_KEY=0x...your-private-key
cast (Foundry).Option C: Inflow Payment Platform (USDC via Inflow)
.env:
INFLOW_USER_ID=your-buyer-user-id
INFLOW_PRIVATE_KEY=your-buyer-private-key
Check that credentials are configured before proceeding:
.env and confirm HEURIST_API_KEY is set and non-empty..env and confirm WALLET_PRIVATE_KEY is set, starts with 0x, and is 66 characters..env and confirm INFLOW_USER_ID and INFLOW_PRIVATE_KEY are set and non-empty.If neither is configured, STOP and ask the user to set up a payment method. Do not make API calls without valid credentials.
Once you have either Heurist API key or x402 wallet private key or Inflow key, you can make API calls. You should understand the tool schema and the parameters of tools you want before calling it.
To fetch tool schema, use mesh_schema API:
GET https://mesh.heurist.xyz/mesh_schema?agent_id=TokenResolverAgent&agent_id=CoinGeckoTokenInfoAgent
Default pricing is in credits. 1 credit worth $0.01. Add &pricing=usd to get prices in USD instead of credits when using x402 or Inflow. Returns each tool's parameters (name, type, description, required/optional) and per-tool price.
Then use the credentials in requests:
# With API key
curl -X POST https://mesh.heurist.xyz/mesh_request \
-H "Authorization: Bearer $HEURIST_API_KEY" \
-H "Content-Type: application/json" \
-d '{"agent_id": "TokenResolverAgent", "input": {"tool": "token_search", "tool_arguments": {"query": "ETH"}, "raw_data_only": true}}'
# With x402 ā sign with cast (Foundry), no account or SDK needed
# See references/x402-payment.md for the full cast-based flow and helper script
All agents: Fetch https://mesh.heurist.ai/metadata.json for the full registry. We have 30+ specialized crypto analytics agents covering use cases such as: reading address transaction history, reading transaction details from hash, tracing USDC on Base, detailed Coingecko data, Firecrawl scraping, GoPlus security screening, checking Twitter account influence via Moni, using SQL to query blockchain data, etc.
x402-enabled agents only: Fetch https://mesh.heurist.xyz/x402/agents for agents supporting on-chain USDC payment on Base.
Generated Mar 1, 2026
Investment firms and analysts can use the TokenResolverAgent and ProjectKnowledgeAgent to research tokens and projects, accessing detailed profiles, team info, and investor data. This helps in evaluating investment opportunities and performing due diligence before allocating capital.
Traders can leverage the TrendingTokenAgent and TwitterIntelligenceAgent to monitor trending tokens and social media chatter for real-time market sentiment. This enables quick identification of potential trading opportunities based on emerging trends and announcements.
DeFi platforms and risk managers can utilize the DefiLlamaAgent to track protocol and chain metrics like TVL, fees, and growth trends. This supports risk assessment, performance benchmarking, and strategic decision-making in decentralized finance.
Media outlets and content creators can employ the ExaSearchDigestAgent and AskHeuristAgent to gather and summarize web content, market news, and deep analysis. This streamlines research for articles, reports, and educational materials on cryptocurrency topics.
Security firms and auditors can use the ChainbaseAddressLabelAgent and ZerionWalletAnalysisAgent to analyze EVM addresses and wallet holdings. This aids in identifying suspicious activities, verifying contract interactions, and enhancing blockchain security measures.
Offer access to the Heurist Mesh API on a credit-based system, where users pay per API call (e.g., $0.01 per credit). This model attracts developers and businesses needing flexible, scalable crypto data without upfront commitments, generating revenue from high-volume usage.
Provide tiered subscription plans for enterprises requiring advanced features like deep analysis via AskHeuristAgent or high-frequency data access. This ensures recurring revenue from financial institutions, hedge funds, and research firms needing comprehensive crypto insights.
License the skill as a white-label solution for crypto exchanges, wallets, or analytics platforms to integrate directly into their services. Revenue comes from licensing fees and custom integration support, enabling partners to enhance their offerings with real-time data and tools.
š¬ Integration Tip
Ensure payment credentials are properly configured in .env before making API calls, and use the mesh_schema endpoint to understand tool parameters and pricing upfront.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.