What This Workflow Does
This n8n workflow automates the process of discovering and enriching cryptocurrency token data from CoinMarketCap's API. It solves the manual, time-consuming task of researching new tokens by automatically pulling the latest market data, cleaning inconsistent information, and enriching records with official website URLs.
The workflow is particularly valuable for crypto analysts, investment firms, and blockchain startups who need to maintain up-to-date databases of cryptocurrency projects. Instead of manually checking CoinMarketCap daily, this automation ensures you always have the latest token information stored in your preferred database format.
How It Works
1. Token Discovery from CoinMarketCap API
The workflow starts by connecting to CoinMarketCap's free API endpoint to retrieve the latest cryptocurrency listings. It handles API authentication and pagination to fetch complete datasets even when there are thousands of tokens listed.
2. Data Cleaning & Normalization
Raw API responses often contain inconsistent formatting. The workflow standardizes token names, symbols, and market cap values into a uniform format. It also filters out test tokens and placeholder entries that sometimes appear in API responses.
3. Website URL Enrichment
For each discovered token, the workflow attempts to find and verify the official project website. This involves checking multiple potential URL formats and validating that the sites are active before adding them to the dataset.
4. Database Storage
The final step pushes the cleaned and enriched data to your preferred storage solution. The template includes connection options for PostgreSQL, MySQL, Airtable, or Google Sheets, with easy configuration for your specific database schema.
Pro tip: Schedule this workflow to run daily to maintain an always-current database of cryptocurrency projects without manual intervention.
Who This Is For
This workflow is ideal for cryptocurrency analysts, blockchain researchers, and investment firms that need to track emerging tokens. Crypto exchanges and wallet services can use it to automatically update their supported assets lists. Marketing agencies in the blockchain space benefit from having clean, enriched data for outreach campaigns.
Even individual investors find value in this automation when building their own crypto research dashboards. The workflow eliminates hours of manual data collection while ensuring higher data quality than manual entry.
What You'll Need
- A free CoinMarketCap API key (available from their developer portal)
- An n8n instance (cloud or self-hosted)
- A database or spreadsheet to store the results (PostgreSQL, MySQL, Airtable, or Google Sheets recommended)
- Basic understanding of API concepts (help docs included)
Quick Setup Guide
- Download the JSON template file
- Import into your n8n instance (Settings → Workflows → Import)
- Add your CoinMarketCap API key in the "HTTP Request" node
- Configure your database connection in the final node
- Test with a small dataset first (adjust "limit" parameter)
- Schedule daily execution if desired
Key Benefits
Save 10+ hours weekly by automating what would otherwise be manual data collection and cleaning work. The workflow processes thousands of tokens in minutes.
Improve data accuracy with standardized formatting and automated validation checks that reduce human error in manual data entry.
Stay ahead of market trends by automatically discovering new tokens as soon as they're listed on CoinMarketCap.
Flexible integration with your existing tools through multiple database connector options and easy customization.