Crypto Market Data Skill (No Key Required)
No API KEY needed for free tier. Professional-grade cryptocurrency and stock market data integration for real-time prices, company profiles, and global analytics. Powered by Node.js with zero external
No API KEY needed for free tier. Professional-grade cryptocurrency and stock market data integration for real-time prices, company profiles, and global analytics. Powered by Node.js with zero external
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
A comprehensive suite of tools for retrieving real-time and historical cryptocurrency and stock market data. This skill interfaces with a dedicated market data server to provide high-performance, authenticated access to global financial statistics. Built entirely on Node.js standard libraries — no
npm install required.
| Category | Description |
|---|---|
| Real-time Prices | Fetch current valuations, market caps, 24h volumes, and price changes for crypto & stocks. |
| Market Discovery | Track trending assets and top-performing coins by market capitalization. |
| Smart Search | Quickly find coin IDs or stock tickers by searching names or symbols. |
| Deep Details | Access exhaustive asset information, from community links to company profiles. |
| Precise Charts | Retrieve OHLC candlestick data and historical price/volume time-series. |
| Global Metrics | Monitor total market capitalization and public company treasury holdings. |
| Script Name | Primary Function | Command Example |
|---|---|---|
| Multi-coin price fetch | |
| Real-time stock quotes | |
| Company overview | |
| Find stock tickers | |
| 24h trending assets | |
| Market leaderboards | |
| Asset discovery | |
| Comprehensive metadata | |
| Candlestick data | |
| Time-series data | |
| Macro market stats | |
| Treasury holdings | |
| Valuation options | |
get_crypto_price.jsFetch real-time pricing and basic market metrics for one or more cryptocurrencies.
Syntax:
node scripts/get_crypto_price.js <coin_id_1> [coin_id_2] ... [--currency=usd]
Parameters:
coin_id: The unique identifier for the coin (e.g., bitcoin, solana).--currency: The target currency for valuation (default: usd).Example:
node scripts/get_crypto_price.js bitcoin ethereum cardano --currency=jpy
get_top_coins.jsRetrieve a list of the top cryptocurrencies ranked by market capitalization.
Syntax:
node scripts/get_top_coins.js [--currency=usd] [--per_page=10] [--page=1] [--order=market_cap_desc]
Parameters:
--currency: Valuation currency (default: usd).--per_page: Number of results (1-250, default: 10).--order: Sorting logic (e.g., market_cap_desc, volume_desc).get_coin_ohlc_chart.jsGet Open, High, Low, Close (candlestick) data for technical analysis.
Syntax:
node scripts/get_coin_ohlc_chart.js <coin_id> [--currency=usd] [--days=7]
Allowed
values: days
1, 7, 14, 30, 90, 180, 365.
| Range | Resolution |
|---|---|
| 1-2 Days | 30 Minute intervals |
| 3-30 Days | 4 Hour intervals |
| 31+ Days | 4 Day intervals |
get_coin_historical_chart.jsRetrieve detailed historical time-series data for price, market cap, and volume.
Syntax:
node scripts/get_coin_historical_chart.js <coin_id> [--currency=usd] [--days=30]
get_stock_quote.jsFetch real-time stock prices for one or more ticker symbols.
Syntax:
node scripts/get_stock_quote.js <SYMBOL_1> [SYMBOL_2] ...
get_company_profile.jsGet a comprehensive company profile, including description, industry, and CEO.
Syntax:
node scripts/get_company_profile.js <SYMBOL>
bitcoin, BTC).AAPL, Apple).Use
search_coins.js if you are unsure of the correct ID.
Authentication is handled automatically by the internal
api_client.js. Here is how it works simply:
GET https://api.igent.net/api/token.token file locally so it can be reused for subsequent requests.No manual API keys or configuration are required.
While the system is robust, please avoid burst requests (more than 30 per minute) to maintain service stability for all users.
This skill is fully compatible with OpenClaw and other agents using the AgentSkills standard. Execute scripts directly from the
scripts/ directory.No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.