Skip to main content

Discover, enrich & store cryptocurrency data with CoinMarketCap API

Workflow preview

Workflow preview
100%
Discover, enrich & store cryptocurrency data with CoinMarketCap API preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

CoinMarketCap Token Discovery (Free API) Automatically discover cryptocurrency tokens from CoinMarketCap, clean the data, enrich it with official websites, and store the results in your preferred d...

Best for

  • Crypto Trading automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.noop, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Itunu.

Original n8n.io source

1.1 Workflow description

Title
Discover, enrich & store cryptocurrency data with CoinMarketCap API
Workflow name
Discover, enrich & store cryptocurrency data with CoinMarketCap API

CoinMarketCap Token Discovery (Free API)

Automatically discover cryptocurrency tokens from CoinMarketCap, clean the data, enrich it with official websites, and store the results in your preferred database or sheet.

This workflow is designed to be safe for free API usage, easy to understand, and ready for extension.


What This Workflow Does

This workflow runs on a schedule and:

  1. Randomly selects pages from CoinMarketCap listings
  2. Fetches token data using the free CoinMarketCap API
  3. Cleans and normalizes token fields
  4. Enriches each token with official website data
  5. Processes tokens in safe batches with delays
  6. Outputs clean, structured token records
  7. Optionally saves results to a database or sheet

Who This Is For

This workflow is useful if you are:

  • Doing crypto research or market discovery
  • Building token datasets
  • Running crypto outreach or lead generation
  • Learning how to work with APIs in n8n
  • Looking for a clean, real-world n8n example

No advanced n8n knowledge is required.


Setup Instructions (Required)

Follow these steps before running the workflow:

1. Get a CoinMarketCap API Key

  • Create a free account on CoinMarketCap
  • Generate an API key from your dashboard

2. Add Your API Key

  • Open the HTTP Request nodes
  • Add your API key to the request headers:
X-CMC_PRO_API_KEY = YOUR_API_KEY 

3. Connect Storage

Replace the storage node with your preferred option:

  • Google Sheets
  • Airtable
  • PostgreSQL
  • Webhook

Add your own credentials before running the workflow.


4. Activate the Workflow

  • Enable the workflow
  • Let it run automatically based on the schedule

How the Workflow Is Structured

  • Trigger: Runs every few days to avoid API limits
  • Random Page Generator: Prevents bias toward only top tokens
  • Batch Processing: Controls memory and request volume
  • Delay Logic: Keeps the workflow stable and API-friendly
  • Cleaning Steps: Removes messy or invalid data
  • Final Output: Clean, simple token records ready for use

Output Example

Each valid token produces a clean record like:

  • Token name
  • Symbol (ticker)
  • Official website
  • Source (CoinMarketCap)
  • Timestamp

Invalid or incomplete entries are automatically skipped.


Customization Ideas

You can easily extend this workflow to:

  • Add social media scraping
  • Track new tokens over time
  • Trigger alerts for specific tokens
  • Combine with other crypto APIs
  • Feed data into outreach or analytics pipelines

Important Notes

  • This workflow uses CoinMarketCap’s free API tier

  • Do not remove batch limits or delays unless you upgrade your API plan

  • Replace sample storage with your own before production use


License

This workflow is provided for educational and practical use.
You are free to modify and adapt it for your own projects.


Author

Built and shared by Itunu Ola
n8n automation builder focused on practical, production-ready workflows.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - CLEAN CMC FIELDS

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 3 - CMC SPLIT IN BATCHES

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Generate Random Page

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - No Operation, do nothing3

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 6 - ADD TO CMC

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 7 - Every 3 Days At 10AM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 8 - Get Token Details From CMC

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - EXTRACT WEBSITE

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - CLEAN WEBSITE

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Wait 1 Min

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Clean up Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - CMC Token DATA

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - ADD TO CMC Sheet

Type / Role
n8n-nodes-base.nocoDb - nocoDb
Config choices
Version 3

Block 15 - Get 100 Tokens From CMC

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - DATA

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Discover, enrich & store cryptocurrency data with CoinMarketCap API
Complexity advanced
Nodes 24
Categories Crypto Trading
Author Itunu
Published 18 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10969/10969.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Discover, enrich & store cryptocurrency data with CoinMarketCap API do?

CoinMarketCap Token Discovery (Free API) Automatically discover cryptocurrency tokens from CoinMarketCap, clean the data, enrich it with official websites, and store the results in your preferred d...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading use case.