Usage
- Resolve the asset symbol or contract address.
- Call
get_exchange_ratewith the target quote currency.
Risk
Read-only. Cache aggressively for UI uses; never use cached rates for settlement.
Real-time token and fiat exchange rates across supported chains.
data , 1 MCP tools
Convert balances and transaction values into user-facing currencies without integrating a separate price oracle.
A representative invocation. Drop this into an MCP-capable agent (Claude Desktop, Claude Code, Cursor, Windsurf) after the Tatum MCP server is configured.
mcp.tatumio.get_exchange_rate({
currency: "ETH",
basePair: "USD"
})
// → { value: "2843.71", basePair: "USD", source: "tatum" }get_exchange_rate with the target quote currency.Read-only. Cache aggressively for UI uses; never use cached rates for settlement.