Real-time Crypto Price API
Provides real-time and historical cryptocurrency prices, market cap rankings, trending tokens, and batch queries for 10,000+ coins via API and CLI.
Provides real-time and historical cryptocurrency prices, market cap rankings, trending tokens, and batch queries for 10,000+ coins via API and CLI.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Get real-time cryptocurrency prices for 10,000+ tokens.
npm install realtime-crypto-price-api
const { CryptoPrice } = require('realtime-crypto-price-api');const client = new CryptoPrice();
// Get Bitcoin price const btc = await client.getPrice('BTC'); console.log(
);Bitcoin: $${btc.price}// Get multiple prices const prices = await client.getPrices(['BTC', 'ETH', 'SOL']);
// Top coins by market cap const top10 = await client.getTopCoins(10);
// Trending gainers/losers const gainers = await client.getTrending('gainers');
// Historical OHLCV data const history = await client.getHistory('ETH', '1d', 30);
// Search tokens const results = await client.search('pepe');
# Single price npx realtime-crypto-price-api BTCMultiple prices
npx realtime-crypto-price-api batch BTC,ETH,SOL
Top coins
npx realtime-crypto-price-api top 20
Trending
npx realtime-crypto-price-api trending gainers
getPrice(symbol) - Single token price with 24h changegetPrices(symbols) - Batch price querygetTopCoins(limit) - Top by market capgetTrending(direction) - Gainers or losersgetHistory(symbol, interval) - OHLCV candlessearch(query) - Find tokensPowered by PRISM API - aggregated from 50+ exchanges.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.