get_rates_authenticated
Fetch real-time or historical exchange rates for multiple target currencies using an API key. Supports comma-separated codes and optional time grouping.
Instructions
Get rates with higher limits and multi-target support. Requires API key (ALLRATES_API_KEY). Supports comma-separated targets like "EUR,GBP,JPY".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ISO 4217 currency code (e.g. USD, EUR, GBP). | |
| target | Yes | One or more target codes, comma-separated. | |
| time | No | Optional historical ISO 8601 timestamp. | |
| group | No | Optional grouping window. |