Heurist Logo
Back
Etherscan Agent

Etherscan Agent

Verified
X402 Payment Accepted

This agent can analyze blockchain transactions, addresses, and ERC20 tokens across multiple chains using blockchain explorers and Firecrawl for data extraction.

Tags

Blockchain

Tools (4)

get_transaction_details

Analyze a specific blockchain transaction. Provides detailed information about the transaction including sender, receiver, gas fees, and transaction actions (such as trading on DEX, interacting with DeFi). Use this tool when you want to know what exactly happened for a transaction id.

required: chain, txid

get_address_history

Analyze a blockchain address to get transaction history, balance, and activity summary. Use this tool to gets insights into the address usage patterns and token holdings.

required: chain, address

get_erc20_token_transfers

Get recent token transfer transactions and basic token information including name, symbol, total supply, and holder count. Use this tool to understand recent tranfers of the token. Do not use this for token holder detailed distribution.

required: chain, address

get_erc20_top_holders

Get top 50 token holders data including wallet addresses, balances, percentages, and basic token information. Use this tool to understand token holder distribution.

required: chain, address

x402 API Endpoints

get_transaction_details
Basehttps://mesh.heurist.xyz/x402/agents/EtherscanAgent/get_transaction_details
Solanahttps://mesh.heurist.xyz/x402/solana/agents/EtherscanAgent/get_transaction_details
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/EtherscanAgent/get_transaction_details
get_address_history
Basehttps://mesh.heurist.xyz/x402/agents/EtherscanAgent/get_address_history
Solanahttps://mesh.heurist.xyz/x402/solana/agents/EtherscanAgent/get_address_history
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/EtherscanAgent/get_address_history
get_erc20_token_transfers
Basehttps://mesh.heurist.xyz/x402/agents/EtherscanAgent/get_erc20_token_transfers
Solanahttps://mesh.heurist.xyz/x402/solana/agents/EtherscanAgent/get_erc20_token_transfers
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/EtherscanAgent/get_erc20_token_transfers
get_erc20_top_holders
Basehttps://mesh.heurist.xyz/x402/agents/EtherscanAgent/get_erc20_top_holders
Solanahttps://mesh.heurist.xyz/x402/solana/agents/EtherscanAgent/get_erc20_top_holders
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/EtherscanAgent/get_erc20_top_holders

Pricing

0.01 USDC/usex402Test on x402scan

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/EtherscanAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/EtherscanAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}