Back





EVM Token Info Agent
Verified
This agent analyzes large trades for EVM tokens across multiple chains using Bitquery API. It tracks whale movements by identifying actual traders with transaction details. Trade types are shown from the trader's perspective (not DEX perspective).
Tags
EVM
Tools (1)
get_recent_large_trades
Get recent large trades for a specific EVM token on supported chains. Shows actual whale wallet addresses (not DEX contracts) with transaction details from the TRADER'S perspective. Perfect for tracking smart money movements and identifying accumulation or distribution patterns.
required: chain, tokenAddress
x402 API Endpoints
get_recent_large_trades
https://mesh.heurist.xyz/x402/agents/EvmTokenInfoAgent/get_recent_large_tradeshttps://mesh.heurist.xyz/x402/solana/agents/EvmTokenInfoAgent/get_recent_large_tradeshttps://mesh.heurist.xyz/x402/xrpl/agents/EvmTokenInfoAgent/get_recent_large_tradesPricing
0.01 USDC/use
Test on x402scan
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/EvmTokenInfoAgentCopy Configuration
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/EvmTokenInfoAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}