Skip to main content

Reddit crypto market intelligence with CoinGecko alerts to Discord

Workflow preview

Workflow preview
100%
Reddit crypto market intelligence with CoinGecko alerts to Discord preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Try It Out! Reddit Crypto Intelligence & Market Spike Detector ⸻ Workflow Description Reddit Crypto Intelligence & Market Spike Detector is an automated market sentiment and price monitoring ...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.discord, n8n-nodes-base.scheduletrigger, 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 AFK Crypto.

Original n8n.io source

1.1 Workflow description

Title
Reddit crypto market intelligence with CoinGecko alerts to Discord
Workflow name
Reddit crypto market intelligence with CoinGecko alerts to Discord

Try It Out!

🚀 Reddit Crypto Intelligence & Market Spike Detector

🧠 Workflow Description

Reddit Crypto Intelligence & Market Spike Detector is an automated market sentiment and price-monitoring workflow that connects social chatter with real-time crypto price analytics. It continuously scans new posts from r/CryptoCurrency, extracts recently mentioned coins, checks live price movements via CoinGecko, and alerts you on Discord when a significant spike or drop occurs.

This automation empowers traders, analysts, and communities to spot early market trends before they become mainstream — all using free APIs and open data.

⚙️ How It Works

  1. Monitor Reddit Activity

◦ Automatically fetches the latest posts from r/CryptoCurrency using Reddit’s free RSS feed. ◦ Captures trending titles, post timestamps, and mentions of coins or tokens (e.g., $BTC, $ETH, $SOL, $PEPE).

  1. Extract Coin Mentions

◦ A Code Node parses the feed using regex ($[A-Za-z0-9]{2,10}) to identify any symbols or tickers discussed. ◦ Removes duplicates and normalizes all results for accurate data mapping.

  1. Fetch Market Data

◦ Each detected coin symbol is matched with CoinGecko’s public API to fetch live market data, including current price, market rank, and 24-hour price change. ◦ No API key required — completely free and reliable source.

  1. Detect Market Movement

◦ A second Code Node filters the fetched data to identify price movements greater than ±5% within the last 24 hours. ◦ This helps isolate meaningful market action from routine fluctuations.

  1. Generate and Send Alerts

◦ When a spike or dip is detected, the workflow composes a rich alert message including: ▪ 💎 Coin name and symbol ▪ 💰 Current price ▪ 📈 24h percentage change ▪ 🕒 Timestamp of detection ◦ The message is sent automatically to your Discord channel using a preconfigured webhook.

💬 Example Output

🚨 Crypto Reddit Mention & Price Spike Alert! 🚨

💎 ETHEREUM (ETH) 💰 $3,945.23 📈 Change: +6.12%

💎 SOLANA (SOL) 💰 $145.88 📈 Change: +8.47%

🕒 Checked at: 2025-10-31T15:00:00Z

If no coins cross the ±5% threshold:

“No price spikes detected in the latest Reddit check.”

🔔 #MarketIntel #CryptoSentiment #PriceAlert

🪄 Key Features

• 🧠 Social + Market Intelligence – Combines Reddit sentiment with live market data to detect potential early signals. • 🔎 Automated Coin Detection – Dynamically identifies newly discussed tokens from live posts. • 📊 Smart Spike Filtering – Highlights only meaningful movements above configurable thresholds. • 💬 Discord Alerts – Delivers clear, structured, and timestamped alerts to your community automatically. • ⚙️ Fully No-Cost Stack – Utilizes free Reddit and CoinGecko APIs with no authentication required.

🧩 Use Cases

• Crypto Traders: Detect early hype or momentum shifts driven by social chatter. • Analysts: Automate social sentiment tracking tied directly to live market metrics. • Community Managers: Keep members informed about trending coins automatically. • Bots & AI Assistants: Integrate this logic to enhance automated trading signals or alpha alerts.

🧰 Required Setup

• Discord Webhook URL – For automatic alert posting. • (Optional) CoinGecko API endpoint (no API key required). • n8n Instance – Self-hosted or Cloud; free tier is sufficient. • Workflow Schedule – Recommended: hourly (Cron Node interval = 1 hour).

AFK Crypto Website: afkcrypto.com

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 - Fetch Reddit Posts

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

Block 2 - Extract Coin Mentions

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

Block 3 - Fetch Coin Data

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

Block 4 - Detect Price Spike

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

Block 5 - Compose Discord Message

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

Block 6 - Send a message

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

Block 7 - Hourly

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note5

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

Block 14 - Sticky Note6

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

Block 15 - Sticky Note7

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

3. Summary Table

Workflow Reddit crypto market intelligence with CoinGecko alerts to Discord
Complexity advanced
Nodes 15
Categories Crypto Trading
Author AFK Crypto
Published 31 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10394/10394.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 Reddit crypto market intelligence with CoinGecko alerts to Discord do?

Try It Out! Reddit Crypto Intelligence & Market Spike Detector ⸻ Workflow Description Reddit Crypto Intelligence & Market Spike Detector is an automated market sentiment and price monitoring ...

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.