• Intelligence API
  • MCP Server
  • WalletDNA
  • SLAM Nation
  • x402
Overview
Tools
    TokenDiscoveryTokenPriceTokenTransfersTokenSwaps
powered by Zudoku
Tools

MCP Tool: TokenTransfers

Retrieves token transfers, optionally scoped by wallet, counterparty, or token. Results are cursor-paginated and can include enriched DNA context.

๐Ÿง  Capabilities

  • Get full-chain transfer logs
  • Filter by wallet, counterparty, direction
  • Include HolderDNA insights (presence, share, balances)
  • Fetch by UTC or block/log reference

๐Ÿงพ Parameters

Code
{ "tokenAddress": "string", "walletAddress": "string", "counterpartyAddress": "string", "direction": "sent | received | all", "num": "string", "order": "asc | desc", "startUtc": "MM-DD-YYYY hh:mm:ss", "startBlockNumber": "string", "startLogIndex": "string", "includeDna": true, "estimateCost": false, "blockchain": "ethereum" }

๐Ÿ” Requirements

  • No required fields. Defaults to entire chain
  • Combine filters to narrow scope

๐Ÿค– Use Cases

  • Wallet tracing tools
  • Transaction clustering
  • Agent-led token monitoring with DNA overlays
Last modified on October 17, 2025
TokenPriceTokenSwaps
On this page
  • ๐Ÿง  Capabilities
  • ๐Ÿงพ Parameters
  • ๐Ÿ” Requirements
  • ๐Ÿค– Use Cases