A comprehensive API reference for accessing real-time decentralized exchange data, including token prices, liquidity pools, and security analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cmc-api-dex
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-dex 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 DEX API skill is a specialized tool designed to provide developers and traders with direct access to on-chain data across multiple blockchain networks like Ethereum, Solana, and BSC. By leveraging this integration within the ecosystem of Openclaw Skills, users can retrieve granular information from decentralized exchanges such as Uniswap, PancakeSwap, and Raydium, going far beyond standard centralized exchange metrics.
This skill enables a deeper understanding of the DeFi landscape by offering endpoints for token lookup by contract address, liquidity monitoring, and real-time transaction tracking. It serves as an essential resource for those building trading bots, portfolio trackers, or security audit tools that require reliable data from the decentralized web. Integrating this capability into your workflow via Openclaw Skills ensures you have the most up-to-date blockchain intelligence at your fingertips.
To use this skill, you must obtain a CoinMarketCap Pro API key from the official developer portal. Once you have your key, you can test the connection using the following command:
curl -X GET "https://pro-api.coinmarketcap.com/v1/dex/platform/list" \
-H "X-CMC_PRO_API_KEY: your-api-key"
Ensure that your API key is stored securely and included in the headers of all subsequent requests made through Openclaw Skills.
The skill organizes its responses using a consistent JSON structure, making it easy to parse across different Openclaw Skills workflows.
| Object | Description |
|---|---|
| status | Contains the timestamp, error_code (0 for success), and any relevant error messages. |
| data | The primary payload containing token details, prices, or transaction lists. |
| network_slug | The unique identifier for the blockchain (e.g., ethereum, bsc, solana). |
| contract_address | The on-chain address used to uniquely identify tokens. |
Loading
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.

An AI-powered research agent that generates deep-dive investor briefings and competitive analysis for startups and private companies.

A comprehensive API skill for accessing CoinMarketCap exchange metadata, trading volumes, and proof-of-reserves data.

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








































