cmc-api-exchange
API reference for CoinMarketCap exchange endpoints including exchange info, volume, market pairs, and assets. Use this skill whenever the user mentions exchange API, asks about exchange volumes, wants trading pair data, needs proof-of-reserves info, or is building exchange integrations. This is the authoritative reference for CMC exchange API questions. Trigger: "exchange API", "CMC exchange data", "trading pairs API", "exchange volume API", "/cmc-api-exchange"
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bryan-cmc/cmc-api-exchangeWhat This Skill Does
The cmc-api-exchange skill acts as an authoritative interface for the CoinMarketCap Exchange API. It enables OpenClaw to retrieve comprehensive data on centralized exchanges, including metadata, real-time and historical trading volumes, market pair listings, and proof-of-reserves data. This skill is essential for users, developers, and analysts who need to verify exchange liquidity, explore available trading pairs across different platforms like Binance, Kraken, or Coinbase, and integrate professional-grade financial market data directly into their automation workflows.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bryan-cmc/cmc-api-exchange
Ensure you have an active API key from the CoinMarketCap Pro developer portal. Once installed, the skill will automatically intercept relevant queries regarding exchange data and route them through the secured API headers.
Use Cases
This skill is designed for high-precision financial data retrieval. Key use cases include:
- Liquidity Analysis: Comparing 24-hour trading volumes across multiple exchanges to identify deep-liquidity markets for high-volume orders.
- Asset Discovery: Finding which exchanges support specific cryptocurrency assets by querying market-pair data.
- Risk Management: Checking exchange-reported reserves (proof-of-reserves) to evaluate platform transparency.
- Operational Integration: Automating the lookup of exchange IDs based on human-readable names to facilitate programmatic calls to other CMC endpoints.
- Trading Strategy Development: Pulling historical volume data to analyze market trends and seasonal volatility in exchange activity.
Example Prompts
- "Can you show me the top 5 exchanges by 24-hour volume and their current liquidity ranking?"
- "What are all the BTC trading pairs available on Binance, and what is their current volume?"
- "Look up the exchange metadata and proof-of-reserves for Coinbase using the CMC exchange API."
Tips & Limitations
- Rate Limiting: Always be mindful of your CMC API plan tier. Excessive requests will trigger rate limits.
- ID Mapping: Many endpoints require a specific CMC ID. If you only have the exchange name, always perform a lookup via
/v1/exchange/mapfirst. - Latency: While the data is near-real-time, ensure your network connection is stable to avoid partial data sets during batch requests.
- Authentication: Ensure your API key is stored securely in your environment variables; never hardcode it into custom scripts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bryan-cmc-cmc-api-exchange": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
crypto-research
Performs comprehensive due diligence on a cryptocurrency using CoinMarketCap MCP data. Use when users ask about a specific coin beyond just its price. This includes questions like "what is [coin]", "is [coin] legit", "analyze [coin]", tokenomics questions, holder distribution, or any request for deep information about a single cryptocurrency. Trigger: "research [coin]", "tell me about [coin]", "should I invest in [coin]", "DYOR [coin]", "is [coin] safe", "/crypto-research"
market-report
Generates a comprehensive crypto market report using CoinMarketCap MCP data. Use when users ask about overall market conditions, sentiment, or want a summary. Also use for questions about fear/greed, BTC dominance, altcoin season, trending narratives, or general "how's the market" queries. Trigger: "market report", "market overview", "what's happening in crypto", "market sentiment", "fear and greed", "is it altcoin season", "/market-report"
cmc-x402
Access CoinMarketCap data via x402 pay-per-request protocol with USDC payments on Base. Use when users mention x402, want CMC data without API keys, ask about pay-per-request APIs, or need to integrate CMC with on-chain payments. Also use for any Coinbase x402 protocol questions. Trigger: "x402", "pay per request", "no API key", "USDC payment", "CMC without subscription", "/cmc-x402"
cmc-api-market
API reference for CoinMarketCap market-wide endpoints including global metrics, fear/greed, indices, trending topics, and charts. Use this skill whenever the user mentions market API, asks about fear/greed index, wants global metrics or BTC dominance data, needs k-line charts, or is working with market sentiment. This is the complete reference for CMC market-wide API questions. Trigger: "market API", "fear greed API", "global metrics API", "CMC charts API", "/cmc-api-market"
cmc-mcp
Fetches cryptocurrency market data, prices, technical analysis, news, and trends using the CoinMarketCap MCP. Use for ANY question involving cryptocurrencies, tokens, or blockchain markets, even if the user doesn't explicitly ask for data. This includes price checks, portfolio questions, market analysis, coin comparisons, holder metrics, technical indicators, and news. Trigger: "bitcoin", "ETH", "crypto", "token price", "market cap", "how is [coin] doing", "/cmc-mcp"