Overview
- Skill Key
- bryan-cmc/cmc-api-crypto
- Author
- bryan-cmc
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bryan-cmc/cmc-api-crypto
- Latest Commit SHA
- b1699e5886bd0e5e41a4503b9dbbc181da33ad6d
API reference for CoinMarketCap cryptocurrency endpoints including quotes, listings, OHLCV, trending, and categories. Use this skill whenever the user mentions CMC API, asks how to get crypto data programmatically, wants to build price integrations, or needs REST endpoint documentation. This is the go-to reference for any CMC cryptocurrency API question. Trigger: "CMC API", "coinmarketcap api", "crypto price API", "get bitcoin price via API", "/cmc-api-crypto"
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cmc-api-crypto 技能。 若已安装,则直接安装 cmc-api-crypto 技能。
# CoinMarketCap Cryptocurrency API This skill covers the CoinMarketCap Cryptocurrency API endpoints for retrieving price data, market listings, historical quotes, trending coins, and token metadata. ## Authentication All requests require an API key in the header. ```bash curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest" \ -H "X-CMC_PRO_API_KEY: your-api-key" ``` Get your API key at: https://pro.coinmarketcap.com/login ## Base URL ``` https://pro-api.coinmarketcap.com ``` ## Common Use Cases See [use-cases.md](references/use-cases.md) for goal-based guidance on which endpoint to use: 1. Get current price of a token 2. Find a token's CMC ID from symbol or name 3. Get a token by contract address 4. Get top 100 coins by market cap 5. Find coins in a price range 6. Get historical price at a specific date 7. Build a price chart (OHLCV data) 8. Find where a coin trades 9. Get all-time high and distance from ATH 10. Find today's biggest gainers 11. Discover newly listed coins 12. Get all tokens in a category (e.g., DeFi) ## API Overview | Endpoint | Description | Reference | |----------|-------------|-----------| | GET /v1/cryptocurrency/categories | List all categories with market metrics | [categories.md](references/categories.md) | | GET /v1/cryptocurrency/category | Single category details | [categories.md](references/categories.md) | | GET /v1/cryptocurrency/listings/historical | Historical listings snapshot | [listings.md](references/listings.md) | | GET /v1/cryptocurrency/listings/latest | Current listings with market data | [listings.md](references/listings.md) | | GET /v1/cryptocurrency/listings/new | Newly added cryptocurrencies | [listings.md](references/listings.md) | | GET /v1/cryptocurrency/map | Map names/symbols to CMC IDs | [map.md](references/map.md) | | GET /v1/cryptocurrency/trending/gainers-losers | Top gainers and losers | [trending.md](references/trending.md) | | GET /v1/cryptocurrency/trending/latest | Cu...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
blackeight4752
Enhance video resolution using Alibaba Cloud Super Resolution API. Use when the user wants to: (1) upscale low-res videos to higher resolution, (2) improve video quality before publishing, or (3) convert 480p videos to 1080p.
asenwang
Manage Shopify store — products, metafields, metaobjects, blogs & articles via Shopify Admin GraphQL API. Pure official Shopify API wrapper with no third-party plugins required; built on the same API surface as Shopify CLI, giving you full control without extra dependencies.
aurora2035
Xeon ASR
aznikline
深度分析项目的系统边界、核心概念、模块架构、关键算法、技术选型以及错误排查。当用户需要深入理解代码库或定位疑难问题时调用。