Currency Geo Convert
currency_geo_convertConvert an amount to the local currency of a user's IP address for e-commerce checkout localization. Returns target currency, rate, and converted amount.
Instructions
Convert an amount from a given currency to the local currency of an IP address's location. Returns the detected target currency, exchange rate, and converted amount. Useful for e-commerce checkout localization. Supports IPv4 and IPv6.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_currency | Yes | Source currency code to convert from (e.g. 'USD', 'EUR', 'BTC'). | |
| ip | Yes | IPv4 or IPv6 address of the user whose local currency to convert to. | |
| amount | No | Amount to convert. Must be a positive number. Defaults to 1. | |
| updates | No | Exchange rate update frequency: '1m' (default), '10m', '1h', or '1d'. | 1m |