Fetch recent large cryptocurrency token trades across EVM blockchains (Ethereum, BSC, Base, Arbitrum) using Heurist's EvmTokenInfoAgent. Filter trades by type (buy/sell), set minimum USD thresholds to identify whale activity, and customize result limits. Powered by Heurist's decentralized AI mesh network. | Input: Requires a token contract address and blockchain network (Ethereum, BSC, Base, or Arbitrum). Optional parameters include trade filter (buy/sell/all), minimum USD amount for whale detection, and result limit. | Output: Returns a list of recent large trades for the specified token, including trade details from the DEX trading data indexed by Heurist's network. | Use cases: I want to track large whale trades for a specific token on Ethereum; Show me recent buy orders over $10,000 for a token on Base network; Get the last 20 large trades for a token across all EVM chains; I need to monitor sell activity for a token to detect whale exits
This action will execute the specified operation when your workflow runs.
This integration requires a connector to be configured before it can be used in workflows.
Blockchain network. Supported: ethereum/eth, bsc/binance, base, arbitrum/arb
Debug mode flag. ALWAYS use false.
falseFilter by trade type from TRADER perspective: 'all' for both buys and sells (default), 'buy' for purchases only, 'sell' for sales only
allbuysellallNumber of trades to return
10Minimum trade size in USD to filter whale trades
5000Token contract address (must start with 0x, e.g., '0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c')
Payment details from x402 facilitator
Fields
amountPaidAmount paid in smallest token unitassetToken address used for paymentnetworkNetwork where payment was made (e.g., 'base')payerPayer wallet addresstransactionTransaction hash (may be null if server doesn't return x-payment-response header)The endpoint response data. Access fields with {{nodeId.result.resource.fieldName}}
Whether the request succeeded
HTTP status code