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

MCP Tool: TokenPrice

Returns token prices across multiple timeframes.

This tool powers agents that need price history, real-time values, or token valuations in custom quote pairs. Defaults to USD unless otherwise specified.

๐Ÿง  Capabilities

  • Get historical and real-time prices
  • Quote in USD or any ERC20 token
  • Use symbols or direct addresses
  • Define exact block or UTC

๐Ÿงพ Parameters

Code
{ "symbols": ["string"], "addresses": ["string"], "quoteSymbol": "string", "quoteAddress": "string", "lookbackWindows": ["1min", "3min", "5min", "15min", "30min", "45min", "1h", "2h", "3h", "4h", "6h", "12h", "1d", "3d", "1w", "2w", "1month", "3month", "6month", "1y"], "atBlockNumber": "string", "atUtc": "MM-DD-YYYY hh:mm:ss", "estimateCost": false, "blockchain": "ethereum" }

๐Ÿ” Requirements

  • Requires either symbols OR addresses, not both
  • Optional quoteSymbol/quoteAddress
  • Optional timestamp or block anchoring

๐Ÿค– Use Cases

  • Agents comparing price windows for trading triggers
  • Token valuation with custom quote logic
  • Risk models using time-window volatility
Last modified on October 17, 2025
TokenDiscoveryTokenTransfers
On this page
  • ๐Ÿง  Capabilities
  • ๐Ÿงพ Parameters
  • ๐Ÿ” Requirements
  • ๐Ÿค– Use Cases