Skip to main content

User prompt

What’s the current WETH price on Ethereum? Also include 24h volume.

Model decides to call MCP tool

{
  "name": "realtime_get_token_price",
  "arguments": {
    "token_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
    "chain": "ethereum",
    "with_liquidity_info": false
  }
}

MCP tool response

{
  "items": [
    {
      "timestamp": "2026-01-26T22:55:23Z",
      "chain": "ethereum",
      "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
      "decimals": 18,
      "price": 2925.9562266287567,
      "open": 2924.5457225522373,
      "high": 2925.9562266287567,
      "close": 2925.9562266287567,
      "low": 2924.5457225522373,
      "volume_24h": 544715270.5606623,
      "volume_1h": 21724773.50452761,
      "trade_count_24h": 251741,
      "trade_count_1h": 10018
    }
  ]
}

Model’s final answer to the user

WETH on Ethereum is $2,925.96 (as of Jan 26, 2026, 22:55 UTC). 24h volume is $544.72M across 251,741 trades.