Currency Symbol Info
currency_symbol_infoValidate a currency symbol and retrieve its full name. Confirm if a symbol like 'USD' is valid and get the display name.
Instructions
Validate a currency symbol and return its full name. Use this instead of 'currency_symbols' when you already have a symbol and just need to confirm it's valid or get its display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The currency symbol to look up (e.g. 'USD', 'EUR', 'BTC'). |