# Exchange Rates

> Real-time token and fiat exchange rates across supported chains.

- canonical: <https://ai.tatum.io/capabilities/exchange-rates>
- category: `data`
- risk: `low`

## Why agents use it

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

## MCP tools

- `get_exchange_rate`

## OpenAPI references

- `/openapi/blockchain-data.json` (tag: `Exchange Rates`)

## Docs

- <https://docs.tatum.io>

## 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.
