A comprehensive API skill for accessing CoinMarketCap exchange metadata, trading volumes, and proof-of-reserves data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cmc-api-exchange
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cmc-api-exchange using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The CoinMarketCap Exchange API Skill provides a robust technical bridge for AI agents to interact with centralized cryptocurrency exchange data. This skill enables developers and users to programmatically retrieve metadata for exchanges like Binance or Coinbase, analyze 24-hour trading volumes, and inspect specific market pairs across various platforms. By integrating this into Openclaw Skills, agents gain the ability to verify exchange legitimacy through proof-of-reserves and track historical volume trends.
This skill serves as the authoritative reference for any agentic workflow requiring deep insights into the exchange ecosystem. Whether you are building a financial dashboard or an automated trading research assistant, this skill ensures your agent has access to the same high-quality data used by professional traders and institutions through the ecosystem of Openclaw Skills.
To use this within the Openclaw Skills framework, you must first obtain an API key from the CoinMarketCap Developer Portal.
curl -X GET "https://pro-api.coinmarketcap.com/v1/exchange/map" \
-H "X-CMC_PRO_API_KEY: your-api-key"
The skill organizes data through a standardized JSON response format containing a status object and a data payload. Key data points include:
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier for the exchange |
| name | string | The display name of the exchange |
| slug | string | URL-friendly name (e.g., binance) |
| volume_24h | number | Total trading volume in the last 24 hours |
| market_pairs | array | List of all active trading pairs on the exchange |
| assets | array | Breakdown of assets held by the exchange for transparency |
Loading
A comprehensive API reference for accessing real-time decentralized exchange data, including token prices, liquidity pools, and security analysis.

A technical reference skill for integrating CoinMarketCap cryptocurrency data, including real-time quotes, market listings, and historical OHLCV data.

A comprehensive AI development framework that automates the software lifecycle from discovery to execution with built-in project memory.

WebMCP enables AI agents to interact with websites through structured JavaScript tools instead of fragile DOM scraping.

A comprehensive interface for accessing CoinMarketCap market-wide data, including sentiment indicators, global metrics, and historical performance indices.

A comprehensive technical skill for accessing CoinMarketCap decentralized exchange (DEX) data, including token prices, liquidity, and rug pull risk assessment.








































