convert_crypto
Convert cryptocurrency amounts between different coins and fiat currencies using real-time exchange rates. Specify amount, source currency, and target currency for instant conversion.
Instructions
Convert cryptocurrency using real-time rates (e.g., BTC to ETH, USDC to USD).
Args: amount: Volume to convert (e.g., 1.5) from_coin: Coin ID/Symbol (e.g., 'bitcoin', 'ethereum', 'usdc') to_coin: Target currency (e.g., 'usd', 'eur', 'eth')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| from_coin | Yes | ||
| to_coin | Yes |