workflows.fit
Back to n8n workflows
n8n templateFreeBy Itunu

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. Th...

DevelopmentCore NodesData & StorageSetSplit OutSplit In BatchesCode
Loading interactive preview...

Template notes

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

---