price_oracle_convert
Convert an amount between any two supported currencies (crypto or fiat), routing each leg through its USD value. Returns the rate and converted amount. Read-only; price 0.0 (free).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target currency (crypto ticker or fiat ISO code) | |
| from | Yes | Source currency (crypto ticker or fiat ISO code) | |
| amount | Yes | Amount to convert |