Skip to main content

Track crypto prices, new listings & transactions with CoinGecko & Google Sheets

Workflow preview

Workflow preview
100%
Track crypto prices, new listings & transactions with CoinGecko & Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ How It Works This workflow is a comprehensive crypto automation system that combines three critical functions for traders and investors into one powerful tool: Price Monitor A trigger runs on...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Track crypto prices, new listings & transactions with CoinGecko & Google Sheets
Workflow name
Track crypto prices, new listings & transactions with CoinGecko & Google Sheets

⚙️ How It Works

This workflow is a comprehensive crypto automation system that combines three critical functions for traders and investors into one powerful tool:

📊 Price Monitor

  • A Cron trigger runs on a schedule (e.g., every minute).
  • A HTTP Request node checks the cryptocurrency's price.
  • An If node compares the price against a defined threshold.
  • If the condition is met, a Telegram node sends an alert.

📰 New Listing Notifier

  • An RSS Feed Trigger monitors exchange announcements.
  • When a new listing is published, a Telegram node sends a real-time notification.

🧾 Automated Crypto Transaction Logger

  • A second Cron trigger runs daily (or as scheduled).
  • A HTTP Request node fetches trade history from your exchange’s API.
  • A Code node formats the transaction data.
  • A Google Sheets node logs it in your spreadsheet.

🛠️ How to Set Up

1️⃣ Configure Credentials

You will need credentials for:

  • Telegram: To send alerts and notifications.
  • Google Sheets: To log transaction history.
  • Exchange API (e.g., Binance): To fetch your trade history.

2️⃣ Customize the Price Monitor

  • Node 2: HTTP Request (Check BTC Price)
    Change the url to monitor a different crypto (e.g., Ethereum).
  • Node 3: If (Price > $50k)
    Adjust rightValue to set your target price threshold.
  • Node 4: Telegram (Send Alert)
    Replace [YOUR TELEGRAM CHAT ID] with your actual ID.

3️⃣ Customize the Listing Notifier

  • Node 1: RSS Feed (New Listing Trigger)
    Replace feedUrl with your preferred exchange’s RSS feed.
  • Node 2: Telegram (Listing Notif)
    Replace [YOUR TELEGRAM CHAT ID] with your actual ID.

4️⃣ Customize the Transaction Logger

  • Node 2: HTTP Request (Get Binance Trades)
    Set the url to your exchange’s trade history endpoint.
    Configure headerParameters for Authorization with your API key.
  • Node 4: Google Sheets (Log Transactions)
    Replace [YOUR SPREADSHEET ID] and [YOUR SHEET NAME] accordingly.

5️⃣ Final Activation

Once credentials and parameters are configured:

  • ✅ Save the workflow
  • 🔁 Activate it!

Ready to give this a visual punch with icons or a mini preview for the n8n template gallery? I can help dress it up in seconds!

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 - 1. Cron (Price Monitor Trigger)

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

Block 2 - 2. HTTP Request (Check BTC Price)

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

Block 3 - 3. If (Price > $50k)

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - 4. Telegram (Send Alert)

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 5 - 1. RSS Feed (New Listing Trigger)

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

Block 6 - 2. Telegram (Listing Notif)

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 7 - 1. Cron (Transaction Logger Trigger)

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

Block 8 - 2. HTTP Request (Get Binance Trades)

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

Block 9 - 3. Function (Format Data)

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

Block 10 - 4. Google Sheets (Log Transactions)

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

Block 16 - Sticky Note5

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

3. Summary Table

Workflow Track crypto prices, new listings & transactions with CoinGecko & Google Sheets
Complexity advanced
Nodes 16
Categories Crypto Trading
Author Marth
Published 26 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6473/6473.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 Track crypto prices, new listings & transactions with CoinGecko & Google Sheets do?

️ How It Works This workflow is a comprehensive crypto automation system that combines three critical functions for traders and investors into one powerful tool: Price Monitor A trigger runs on...

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.