Reddit Crypto Market Intelligence with CoinGecko Alerts to Discord

Go to Workflow
1 views
Built by AFK Crypto AFK Crypto
Created on June 05, 2026

Description

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

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

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.

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.

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.

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

Nodes Used (3)

Code
n8n-nodes-base.code
Discord
n8n-nodes-base.discord
HTTP Request
n8n-nodes-base.httpRequest