Skip to main content

Real-time crypto price bot for Telegram with Gemini AI & CoinGecko

Workflow preview

Workflow preview
100%
Real-time crypto price bot for Telegram with Gemini AI & CoinGecko preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Purpose Transform your Telegram into a powerful cryptocurrency price tracker! This n8n workflow creates an intelligent Telegram bot that instantly fetches and beautifully formats real time crypto m...

Best for

  • Crypto Trading automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.set, n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Real-time crypto price bot for Telegram with Gemini AI & CoinGecko
Workflow name
Real-time crypto price bot for Telegram with Gemini AI & CoinGecko

Purpose

Transform your Telegram into a powerful cryptocurrency price tracker! This n8n workflow creates an intelligent Telegram bot that instantly fetches and beautifully formats real-time crypto market data. Simply send any cryptocurrency ticker symbol, and get comprehensive market information in seconds.

Who Is This For?

Perfect for:

  • Crypto traders and investors who need quick price checks
  • Portfolio managers tracking multiple cryptocurrencies
  • Automation enthusiasts building custom bot solutions
  • Teams needing shared crypto price information
  • Developers learning n8n and bot automation
  • Content creators monitoring crypto markets

No coding experience required! All code is pre-written and ready to use.

What It Does

This workflow creates a fully functional Telegram bot that: βœ… Intelligent Ticker Recognition - Uses Google Gemini AI to extract crypto symbols from natural language (understands "BTC", "$ETH", "Check Solana price", etc.) βœ… Real-Time Market Data - Fetches live data from CoinGecko API including:

  • Current price (6 decimal precision)
  • 24-hour high/low prices
  • Price change percentage with trend indicators (πŸ“ˆ/πŸ“‰)
  • Market capitalization and rank
  • 24-hour trading volume
  • All-time high (ATH) and all-time low (ATL) with percentage difference
  • Circulating and total supply
  • Last update timestamp
  • Direct link to CoinGecko page

βœ… Beautiful Formatting - Professionally formatted messages with:

  • Emoji indicators for easy reading
  • Bold text for key metrics
  • Markdown formatting optimized for Telegram
  • Clean, mobile-friendly layout

βœ… Instant Responses - Get market data in under 2 seconds

Setup Guide

Prerequisites:

  1. n8n instance (cloud or self-hosted)
  2. Telegram account
  3. Google account (for Gemini AI)
  4. CoinGecko account (free tier available)

Quick Setup (15 minutes): Step 1: Telegram Bot

  • Open @BotFather on Telegram
  • Send /newbot and follow prompts
  • Copy your bot token
  • Add "Telegram API" credential in n8n

Step 2: Google Gemini AI

  • Visit Google AI Studio
  • Generate free API key
  • Add "Google Gemini API" credential in n8n

Step 3: CoinGecko API

  • Sign up at CoinGecko
  • Get your free Demo API key from Dashboard
  • Replace the API key in the HTTP Request node header
  • Free tier: 30 calls/minute, 10,000/month

Step 4: Import & Activate

  • Import the workflow JSON into n8n
  • Configure the three credentials
  • Activate the workflow
  • Test by sending "BTC" to your bot!

Features & Benefits

Key Features:

  • AI-powered natural language processing
  • Real-time data from CoinGecko
  • Works with any Telegram client
  • Mobile-optimized formatting
  • Professional emoji-enhanced design
  • Direct links to detailed coin pages
  • Lightning-fast responses
  • Supports all CoinGecko-listed cryptocurrencies (14,000+)

Technical Highlights:

  1. Modular node structure (easy to customize)
  2. Error handling built-in
  3. Efficient API usage
  4. Scalable architecture
  5. Well-documented with sticky notes
  6. Clean, maintainable code

Use Cases

  1. Personal Price Tracking - Quick market checks on your phone
  2. Team Collaboration - Share bot in Telegram groups for team-wide access
  3. Trading Signals - Integrate with your trading strategy workflows
  4. Learning Tool - Study n8n automation and bot development
  5. Client Services - Offer crypto price checking as a service
  6. Portfolio Monitoring - Quick checks before trading decisions
  7. Content Creation - Get accurate data for crypto content.

API Limits & Scaling

Free Tier (Included):

  • CoinGecko: 30 calls/min, 10,000/month
  • Gemini AI: Generous free quota
  • Telegram: Unlimited messages

Perfect for:

  • Personal use: 100+ price checks daily
  • Small teams: 500+ checks daily
  • Moderate usage: Plenty of headroom

Need more? Easy upgrade to CoinGecko Pro for higher limits.

What's Included

βœ… Complete n8n workflow (JSON) βœ… 7 comprehensive sticky notes with setup guides βœ… Pre-written, tested code βœ… All API integration configured βœ… Professional message formatting βœ… Direct links to all required services βœ… Example test messages βœ… Troubleshooting tips

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 - Telegram Trigger

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

Block 2 - Sticky Note - Gemini

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

Block 3 - Sticky Note - Set Ticker

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

Block 4 - Sticky Note - CoinGecko

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

Block 5 - Sticky Note - Formatting

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

Block 6 - Sticky Note - Send Telegram

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

Block 7 - Sticky Note - Quick Start

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

Block 8 - Get Price - Coingecko1

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

Block 9 - Message a model1

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

Block 10 - Set Ticker1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Telegram Trigger1

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

Block 12 - Telegram Formatting1

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

Block 13 - Send COIN INFO to Telegram1

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

3. Summary Table

Workflow Real-time crypto price bot for Telegram with Gemini AI & CoinGecko
Complexity intermediate
Nodes 13
Categories Crypto Trading, AI Chatbot
Author Malik Hashir
Published 03 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9230/9230.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 Real-time crypto price bot for Telegram with Gemini AI & CoinGecko do?

Purpose Transform your Telegram into a powerful cryptocurrency price tracker! This n8n workflow creates an intelligent Telegram bot that instantly fetches and beautifully formats real time crypto m...

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 Chatbot use case.