{"skill":{"slug":"realtime-crypto-price-api","displayName":"Real-time Crypto Price API","summary":"Provides real-time and historical cryptocurrency prices, market cap rankings, trending tokens, and batch queries for 10,000+ coins via API and CLI.","description":"---\nname: realtime-crypto-price-api\ndescription: Real-time cryptocurrency price data API for Bitcoin, Ethereum, Solana and 10,000+ tokens. Get live prices, historical data, trending coins, and batch queries for trading bots and dashboards.\n---\n\n# Real-time Crypto Price API\n\nGet real-time cryptocurrency prices for 10,000+ tokens.\n\n## Installation\n\n```bash\nnpm install realtime-crypto-price-api\n```\n\n## Usage\n\n```javascript\nconst { CryptoPrice } = require('realtime-crypto-price-api');\n\nconst client = new CryptoPrice();\n\n// Get Bitcoin price\nconst btc = await client.getPrice('BTC');\nconsole.log(`Bitcoin: $${btc.price}`);\n\n// Get multiple prices\nconst prices = await client.getPrices(['BTC', 'ETH', 'SOL']);\n\n// Top coins by market cap\nconst top10 = await client.getTopCoins(10);\n\n// Trending gainers/losers\nconst gainers = await client.getTrending('gainers');\n\n// Historical OHLCV data\nconst history = await client.getHistory('ETH', '1d', 30);\n\n// Search tokens\nconst results = await client.search('pepe');\n```\n\n## CLI\n\n```bash\n# Single price\nnpx realtime-crypto-price-api BTC\n\n# Multiple prices\nnpx realtime-crypto-price-api batch BTC,ETH,SOL\n\n# Top coins\nnpx realtime-crypto-price-api top 20\n\n# Trending\nnpx realtime-crypto-price-api trending gainers\n```\n\n## API Methods\n\n- `getPrice(symbol)` - Single token price with 24h change\n- `getPrices(symbols)` - Batch price query\n- `getTopCoins(limit)` - Top by market cap\n- `getTrending(direction)` - Gainers or losers\n- `getHistory(symbol, interval)` - OHLCV candles\n- `search(query)` - Find tokens\n\n## Data Source\n\nPowered by [PRISM API](https://prismapi.ai) - aggregated from 50+ exchanges.\n","topics":["Crypto","Cryptocurrency","Batch"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":4179,"installsAllTime":157,"installsCurrent":16,"stars":2,"versions":1},"createdAt":1771074681949,"updatedAt":1778489533630},"latestVersion":{"version":"1.0.0","createdAt":1771074681949,"changelog":"Initial release - real-time cryptocurrency prices for 10,000+ tokens","license":null},"metadata":null,"owner":{"handle":"strykragent","userId":"s173e6drx7thrmbc9zg0n2f1rs884419","displayName":"StrykrAgent","image":"https://avatars.githubusercontent.com/u/257988338?v=4"},"moderation":null}