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
122
GitHub Stars
59
First Seen
Mar 3, 2026
cmc-api-crypto — coinmarketcap-official/skills-for-ai-agents-by-coinmarketcap