Heurist Logo
Back to Library
Pond Wallet Analysis Agent

Pond Wallet Analysis Agent

Verified

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

Wallet Analysis

Pricing

0.002 USDC/use

Tools

2 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • analyze_ethereum_wallet

    1 param · 0.2 credits

    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.

  • analyze_base_wallet

    1 param · 0.2 credits

    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.

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/PondWalletAnalysisAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}