cmc-api-crypto

Installation
SKILL.md

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.

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

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 14, 2026
cmc-api-crypto — openclaw/skills