Crypto Convert avatar
Crypto Convert

Pricing

$12.00/month + usage

Go to Store
Crypto Convert

Crypto Convert

Developed by

Maged

Maged

Maintained by Community

the fastest, most reliable and accurate crypto exchange rates,

5.0 (1)

Pricing

$12.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

5 days ago

Crypto Price Conversion Actor

Input

The Actor accepts the following input parameters:

  • amount (optional): The amount of cryptocurrency to convert (default: 1)
  • from_id (required): The ID of the cryptocurrency to convert from (e.g., '1' for Bitcoin)
  • to_id (required): The ID of the currency to convert to (e.g., '2781' for USD)

Example input:

{
"amount": 2,
"from_id": "1",
"to_id": "2781"
}

if needed

use : https://apify.com/maged120/crypto-tags to get tag slugs with search functionality

use : https://apify.com/maged120/crypto-coins to get available crypto and normal names, codes, and ids currencies with search functionality,

Output

The Actor outputs a structured object containing the conversion details:

[
{
"from": "BTC",
"to": "USD",
"amount": 1,
"price": 108039.65369338826,
"last_updated": 1749483120000
}
]