crypto-market-data
Query real-time and historical cryptocurrency market data via CoinGecko through AIsa — simple prices, coin details, historical charts, OHLC candles, token prices by contract address, market-cap rankings, exchange data and tickers, categories, trending searches, and crypto news. Use when you need crypto market research, price tracking, token lookup, portfolio analysis, or market-cap screening. Use when: the user needs market data, stock analysis, dividend research, or read-only financial data workflows.
When to Use
- Use this release when the user needs the runtime packaged under
scripts/. - Prefer the bundled Python or shell entrypoints instead of copying raw API examples into the chat.
- For Hermes community installs, keep setup explicit and review the command help text before the first run.
Setup
- Review
README.mdfor the release-specific summary and structure. - Use repo-relative paths under
scripts/. - Prefer explicit CLI auth flags such as
--api-keyor--aisa-api-keywhen a script exposes them.
Quick Reference
python3 scripts/coingecko_client.py --help
Verification
- Confirm the command returns structured output or a successful API response.
- If the workflow stores local state, verify it writes under a repo-local data directory rather than a home-directory default.