A comprehensive technical skill for accessing CoinMarketCap decentralized exchange (DEX) data, including token prices, liquidity, and rug pull risk assessment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cmc-api-onchain-data
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-onchain-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The CMC DEX API skill provides developers with a robust interface to CoinMarketCap's on-chain data infrastructure. Unlike standard CEX endpoints, this Openclaw Skills resource allows for direct querying of decentralized liquidity pools across networks like Ethereum, Solana, and BSC. It serves as the definitive reference for building DeFi integrations, price trackers, and security auditors that require high-fidelity blockchain data.
This skill bridges the gap between raw blockchain protocols and actionable data, offering structured access to token metadata, transaction history, and sophisticated risk signals. By leveraging this component of the Openclaw Skills ecosystem, developers can automate the discovery of emerging assets while maintaining rigorous security standards.
To use this in your environment, ensure you have a valid CoinMarketCap Professional API key from the CMC Developer Portal. Configure your environment variables or headers as follows:
# Example authentication via curl
curl -X GET "https://pro-api.coinmarketcap.com/v1/dex/platform/list" \
-H "X-CMC_PRO_API_KEY: your-api-key"
Ensure your network connectivity allows requests to the pro-api.coinmarketcap.com base URL for seamless integration with Openclaw Skills.
The skill interacts with structured JSON responses. Key data points are organized as follows:
| Object | Fields | Description |
|---|---|---|
| status | timestamp, error_code, error_message | Request metadata and error tracking |
| data | name, symbol, contract_address, price | Core token metrics and identifiers |
| security | is_honeypot, buy_tax, sell_tax | Risk assessment signals for on-chain assets |
Standardized network slugs include ethereum, solana, and bsc for consistent platform identification across all Openclaw Skills implementations.
Loading
A comprehensive interface for accessing CoinMarketCap market-wide data, including sentiment indicators, global metrics, and historical performance indices.

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

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 professional-grade AI research skill that performs deep-dive due diligence and technical analysis on cryptocurrencies using real-time CoinMarketCap data.

A professional-grade crypto market analysis tool that aggregates real-time data from CoinMarketCap to provide actionable financial summaries.








































