Skip to main content

Why agents use it

Convert balances and transaction values into user-facing currencies without integrating a separate price oracle.

MCP tools

  • get_exchange_rate

Example: get_exchange_rate

A representative invocation. Drop this into an MCP-capable agent (Claude Desktop, Claude Code, Cursor, Windsurf) after the Tatum MCP server is configured.

get_exchange_rate
mcp.tatumio.get_exchange_rate({
  currency: "ETH",
  basePair: "USD"
})
// → { value: "2843.71", basePair: "USD", source: "tatum" }

OpenAPI references

Notes

Usage

  1. Resolve the asset symbol or contract address.
  2. Call get_exchange_rate with the target quote currency.

Risk

Read-only. Cache aggressively for UI uses; never use cached rates for settlement.