Heurist Logo
Back
EVM Token Info Agent

EVM Token Info Agent

Verified
X402 Payment Accepted

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
Basehttps://mesh.heurist.xyz/x402/agents/EvmTokenInfoAgent/get_recent_large_trades
Solanahttps://mesh.heurist.xyz/x402/solana/agents/EvmTokenInfoAgent/get_recent_large_trades
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/EvmTokenInfoAgent/get_recent_large_trades

Pricing

0.01 USDC/usex402Test on x402scan

MCP Endpoint

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