priceConverter
Convert any amount from one cryptocurrency or fiat to another at the current rate.
Instructions
Convert an amount from one crypto or fiat to another at the current rate, e.g. 'how much is 0.5 BTC in USD', 'convert 100 USDC to EUR'. For a plain coin price without an amount, use getTickersById. Read-only; baseCurrencyId and quoteCurrencyId are canonical ids and amount is the quantity to convert. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Amount to convert (default: 0) | |
| baseCurrencyId | Yes | Required. Source CoinPaprika coin slug (e.g., 'btc-bitcoin'). Full slugs only; ticker symbols like 'BTC' are rejected upstream. Call search or resolveId first. | |
| quoteCurrencyId | Yes | Required. Target CoinPaprika coin slug (e.g., 'usd-us-dollars', 'eth-ethereum'). Full slugs only; ticker symbols like 'USD' are rejected upstream. |