Heurist Logo
Back
Pond Wallet Analysis Agent

Pond Wallet Analysis Agent

Verified
X402 Payment Accepted

This agent analyzes cryptocurrency wallet activities across Ethereum and Base networks using the Cryptopond API.

Tags

Wallet Analysis

Tools (2)

analyze_ethereum_wallet

Analyze an Ethereum wallet address for DEX trading frequency and volume and PnL over the last 30 days. The unit of gas fees is in GWEI. Useful when analyzing trading patterns of an EOA wallet.

required: address

analyze_base_wallet

Analyze a Base network wallet address for DEX trading frequency and volume and PnL over the last 30 days. Ignore the gas fee results. Useful when analyzing trading patterns of an EOA wallet.

required: address

x402 API Endpoints

analyze_ethereum_wallet
Basehttps://mesh.heurist.xyz/x402/agents/PondWalletAnalysisAgent/analyze_ethereum_wallet
Solanahttps://mesh.heurist.xyz/x402/solana/agents/PondWalletAnalysisAgent/analyze_ethereum_wallet
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/PondWalletAnalysisAgent/analyze_ethereum_wallet
analyze_base_wallet
Basehttps://mesh.heurist.xyz/x402/agents/PondWalletAnalysisAgent/analyze_base_wallet
Solanahttps://mesh.heurist.xyz/x402/solana/agents/PondWalletAnalysisAgent/analyze_base_wallet
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/PondWalletAnalysisAgent/analyze_base_wallet

Pricing

0.01 USDC/usex402Test on x402scan

MCP Endpoint

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