Skip to main content

Analyze crypto market sentiment and send Discord alerts with Gemini Gemini 2.5

Workflow preview

Workflow preview
100%
Analyze crypto market sentiment and send Discord alerts with Gemini Gemini 2.5 preview
Open on n8n.io

1. Workflow Overview

Who is this for? Crypto traders, investors, and enthusiasts who want automated daily market analysis delivered to Discord without manually checking multiple data sources. What it does Fetches real ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.googlegemini

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Analyze crypto market sentiment and send Discord alerts with Gemini Gemini 2.5
Workflow name
Analyze crypto market sentiment and send Discord alerts with Gemini Gemini 2.5

Who is this for?

Crypto traders, investors, and enthusiasts who want automated daily market analysis delivered to Discord without manually checking multiple data sources.

What it does

Fetches real-time cryptocurrency data from 6 free APIs, analyzes market sentiment and indicators using Google Gemini AI, and sends beautifully formatted investment recommendations to your Discord channel.

✅ Uses Free APIs Only — CoinGecko, Yahoo Finance, Alternative.me, and OKX public endpoints require no paid subscriptions or API keys.

How it works

  • Triggers daily at scheduled time (default: 5PM)
  • Fetches BTC/ETH/USDT prices and global market metrics from CoinGecko
  • Gets DXY (US Dollar Index) from Yahoo Finance
  • Retrieves Fear & Greed Index from Alternative.me
  • Pulls BTC and ETH funding rates from OKX
  • Combines all data and builds comprehensive analysis prompt
  • Gemini AI analyzes correlations, sentiment, and provides investment stance
  • Formats rich Discord embed with market overview, dominance metrics, indicators, and AI insights
  • Sends alert to your Discord webhook

Set up steps

  • Get a free Google Gemini API key from Google AI Studio
  • Create a Discord webhook in your server (Server Settings → Integrations → Webhooks)
  • Connect your Gemini API credentials to the Gemini AI Analysis node
  • Update the webhook URL in the Send to Discord Webhook node with your Discord webhook URL
  • Optionally adjust the trigger time in the Daily Schedule Trigger (5PM) node

Setup time: ~5 minutes

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 - Sticky Note - Overview

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

Block 2 - Sticky Note - Data Collection

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

Block 3 - Sticky Note - AI Output

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

Block 4 - Daily Schedule Trigger (5PM)

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

Block 5 - Fetch Global Market Metrics

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

Block 6 - Fetch BTC ETH USDT Prices

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

Block 7 - Fetch DXY Dollar Index

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

Block 8 - Fetch Fear and Greed Index

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

Block 9 - Fetch BTC Funding Rate

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

Block 10 - Fetch ETH Funding Rate

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

Block 11 - Combine All API Data

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 12 - Format and Parse All Data

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

Block 13 - Build Gemini Analysis Prompt

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

Block 14 - Gemini AI Analysis

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 15 - Extract AI Analysis and Stance

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

Block 16 - Build Discord Alert Message

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

Block 17 - Send to Discord Webhook

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

3. Summary Table

Workflow Analyze crypto market sentiment and send Discord alerts with Gemini Gemini 2.5
Complexity advanced
Nodes 17
Categories Crypto Trading, AI Summarization
Author M Ayoub
Published 18 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12795/12795.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 Analyze crypto market sentiment and send Discord alerts with Gemini Gemini 2.5 do?

Who is this for? Crypto traders, investors, and enthusiasts who want automated daily market analysis delivered to Discord without manually checking multiple data sources. What it does Fetches real ...

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, AI Summarization use case.