VOOZH about

URL: https://apify.com/vivid_astronaut/crypto-price

โ‡ฑ Crypto Price API ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Get real-time cryptocurrency prices.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

4 months ago

Last modified

Categories

Share

Crypto Price API

Get real-time cryptocurrency prices. Supports multiple cryptocurrencies and currencies.

Features

  • Fast Processing: Lightning-fast crypto price api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Trading: Get real-time market data
  • Analytics: Build financial dashboards
  • Automation: Automate financial workflows

Input Parameters

ParameterTypeRequiredDescription
symbolstringNoCryptocurrency symbol (e.g., BTC, ETH)
symbolsarrayNoList of cryptocurrency symbols
currencystringNoTarget currency (e.g., USD, EUR)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"symbol":"BTC",
"symbols":[],
"currency":"USD"
};
const run =await client.actor("vivid_astronaut/crypto-price").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"symbol":"BTC",
"symbols":[],
"currency":"USD"
}
run = client.actor("vivid_astronaut/crypto-price").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~crypto-price/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"symbol": "BTC",
"symbols": [],
"currency": "USD"
}'

Pricing

Model: Pay per result Price: $0.010 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Crypto Price Fetcher

ar_scraper/Crypto-price-Fetch

Get real time cryptocurrency prices and live market data for Bitcoin, Ethereum, and other popular coins using the Crypto price Fetcher API. Track up-to-date crypto values instantly with this simple Apify API.

Crypto News Aggregator

code-node-tools/crypto-news-aggregator

Aggregate cryptocurrency news from the best crypto blogs and top sources. Get real-time crypto intelligence news, crypto reports, and structured data via a powerful crypto news API. Supports custom RSS feeds, keyword filtering, and duplicate removal.

39

Cryptocurrency Market Data Scraper

gentle_cloud/cryptocurrency-market-data-scraper

Fetch real-time cryptocurrency market data from CoinGecko โ€” prices, market cap, volume, price changes, ATH/ATL, supply stats, and trending coins. No API key required.

Crypto Intel

fiery_dream/crypto-intel

Enterprise-grade cryptocurrency and DeFi market intelligence agent.

๐Ÿ‘ User avatar

Cody Churchwell

8

Crypto Data Scraper!

moving_beacon-owner1/my-actor-14

Introducing the Crypto Data Scraper! This tool lets you quickly access cryptocurrency market data from KuCoin, including historical OHLCV data and real-time prices. All data is stored in an Apify dataset for easy analysis and visualization.

29