CoinMarketCap
The CoinMarketCap source connector connects to the CoinMarketCap API using an API key.
Setup
- Create or sign in to your CoinMarketCap account.
- Generate a CoinMarketCap API key (CoinMarketCap “Pro” API).
- Copy the API key for use in the connector configuration.
Authentication
This connector authenticates using an API key sent as an HTTP header:
- Header:
X-CMC_PRO_API_KEY - Validation endpoint used during credential checks:
GET https://pro-api.coinmarketcap.com/v1/key/info
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your CoinMarketCap Pro API key. |
Streams
This connector is currently in development and does not yet extract data streams. Catalog discovery is not yet implemented.
If you configure the connector today, credential validation will run, but sync/extraction will fail with an “in development” error.