Crypto Currency Converter — Real-Time Exchange Rate Calculator
Pricing
from $11.00 / 1,000 results
Crypto Currency Converter — Real-Time Exchange Rate Calculator
Convert any cryptocurrency amount to another coin or fiat currency using real-time exchange rates. Supports thousands of trading pairs.
Pricing
from $11.00 / 1,000 results
Rating
0.0
(0)
Developer
Maged
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
10 days ago
Last modified
Categories
Share
What does Crypto Currency Converter do?
Crypto Currency Converter converts any cryptocurrency amount to another coin or fiat currency using real-time exchange rates. Pass a coin pair and amount — get back the converted value instantly. Supports thousands of crypto-to-crypto and crypto-to-fiat conversions.
This Actor runs on the Apify platform. Integrate live conversion rates into your applications, financial tools, or data pipelines without a paid crypto API subscription.
Why use Crypto Currency Converter?
- Real-time rates — conversion based on current market prices
- Crypto to crypto — convert BTC to ETH, SOL to USDT, and any other pair
- Crypto to fiat — convert to USD, EUR, GBP, and 30+ other currencies
- No API key — no CoinGecko Pro or exchange API subscription required
- Batch conversions — run multiple conversions in one Actor call
How to use Crypto Currency Converter
- Open the Actor and click Try for free
- Enter the source coin, target coin, and amount to convert
- Click Start — conversion results are ready in seconds
- Download as JSON or use the Apify API to integrate into your app
Input
{"conversions": [{ "from": "bitcoin", "to": "usd", "amount": 1.5 },{ "from": "ethereum", "to": "eur", "amount": 10 },{ "from": "solana", "to": "bitcoin", "amount": 100 }]}
| Field | Type | Description | Default |
|---|---|---|---|
conversions | array | List of conversion requests | required |
conversions[].from | string | Source coin (CoinGecko ID or symbol) | required |
conversions[].to | string | Target coin or fiat currency code | required |
conversions[].amount | number | Amount to convert | required |
Output
Results are stored in the Apify dataset. Download in JSON, CSV, HTML, or Excel.
{"from": "bitcoin","to": "usd","amount": 1.5,"result": 101148.23,"rate": 67432.15,"timestamp": "2024-03-20T12:00:00Z"}
Output fields
| Field | Type | Description |
|---|---|---|
from | string | Source coin |
to | string | Target coin or fiat |
amount | number | Input amount |
result | number | Converted value |
rate | number | Exchange rate used |
timestamp | string | Timestamp of the rate used |
Cost
Pay-per-result pricing:
| Volume | Estimated cost |
|---|---|
| 100 conversions | ~$0.01–$0.05 |
| 1,000 conversions | ~$0.10–$0.50 |
Tips
- Use CoinGecko coin IDs (e.g.,
bitcoin,ethereum) for most reliable results - For fiat currencies, use standard ISO codes:
usd,eur,gbp,jpy,cad - Schedule runs to log conversion rates over time and build a rate history dataset
FAQ
What currencies are supported? All cryptocurrencies tracked on CoinGecko plus 30+ major fiat currencies (USD, EUR, GBP, JPY, CAD, AUD, and more).
How current are the exchange rates? Rates are updated every 1–5 minutes from CoinGecko's market data.
Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.
Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211