list_currencies
Validate currency codes and retrieve supported fiat currency names and symbols to prevent errors before using exchange rate tools.
Instructions
Call this BEFORE other tools when you are unsure whether a currency code is supported, or when the user asks 'what currencies do you support?', 'is X a valid currency?', or 'what is the symbol for X?'. Returns { currencies: [{ code: 'USD', name: 'US Dollar', symbol: '$' }, ...], count } covering 160+ ISO 4217 fiat currencies. Does NOT include cryptocurrencies. Cheap to call — use it to validate user input and prevent downstream errors in get_exchange_rate / get_rates / get_historical_rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||