Crypto & Blockchain Workflows
Cryptocurrency and blockchain solutions
Crypto Exchange Listing & Delisting Alerts to Telegram, SMS, and Discord
# Purpose and Audience This n8n workflow template is designed to provide real-time alerts on new cryptocurrency exchange listings and delistings. It caters especially to crypto traders, investors, and enthusiasts who want to stay ahead of market changes by receiving timely notifications about token availability across major exchanges like Binance, Bybit, Coinbase, OKX, Upbit, Bithumb, and Hyperliquid. The alerts are delivered via popular communication channels Telegram, X (formerly Twitter), and Discord, ensuring you never miss important updates. ## What It Does The workflow continuously tracks new token listings announcements from Binance, Bybit, Coinbase, Bithumb, OKX, Upbit, and Hyperliquid futures exchange. It also monitors delistings announcements from Binance, Bybit, OKX, Upbit, and Coinbase. When a new listing or delisting announcement is detected, it automatically sends instant alerts to your subscribed Telegram groups or channels, X accounts, and Discord servers, helping you react quickly to market changes. ## Who Is It For This workflow is perfect for crypto traders, portfolio managers, market analysts, and anyone active in cryptocurrency investment or community management. By automating the alert process, it saves time and ensures you receive critical exchange listing updates immediately on your preferred platforms without manual monitoring. ## How to Setup A complete video tutorial setup guide is included with the workflow file. The step-by-step guide walks you through configuring API credentials, connecting your Telegram, X, and Discord accounts, and customizing alert preferences to fit your needs.
n8n$14.99Automate NFT Market Analysis with AI and OpenSea Integration
Leverage AI and OpenSea's API to gain real-time insights into NFT market trends, collection statistics, and wallet transactions. Ideal for traders, collectors, and investors seeking data-driven decisions.
n8n$9.99Crypto Market Alert System with Binance and Telegram Integration
An innovative N8N workflow that monitors cryptocurrency prices on Binance, identifies significant market movements, and sends customized alerts through Telegram. Ideal for traders and enthusiasts seeking real-time market insights. [](https://www.youtube.com/embed/slG_q_s_E8) ### How It Works 1. **Trigger Options**: Choose between a manual trigger or a scheduled trigger to start the workflow. 2. **Fetch Market Data**: The Binance 24h Price Change node retrieves the latest 24-hour price changes for cryptocurrencies from Binance. 3. **Identify Significant Changes**: The Filter by 10% Change rate node filters out cryptocurrencies with price changes of 10% or more. 4. **Aggregate Data**: The Aggregate node combines all significant changes into a single dataset. 5. **Format Data for Telegram**: The Split By 1K chars node formats this data into chunks suitable for Telegram's message size limit. 6. **Send Telegram Message**: The Send Telegram Message node broadcasts the formatted message to a specified Telegram chat. ### Set Up Steps * **Estimated Time**: About 1-5 minutes for setup. * **Initial Configuration**: Set up a Binance API connection (Optional) and your Telegram bot credentials. * **Customization**: Adjust the trigger according to your preference (manual or scheduled) and update the Telegram chat ID. * **Create Telegram bot steps**: Setting up a Telegram bot and obtaining its token involves several steps. Here's a detailed guide: 1. **Start a Chat with BotFather:** - Open Telegram and search for BotFather. This is the official bot that allows you to create new bots. - Start a chat with BotFather by clicking on the Start button at the bottom of the screen. 2. **Create a New Bot:** - In the chat with BotFather, type `/newbot` and send the message. - BotFather will ask you to choose a name for your bot. This is a display name and can be anything you like. - Next, you'll need to choose a username for your bot. This must be unique and end in `bot`. For example, `my_crypto_alert_bot`. 3. **Receive Your Token:** - After you've set the name and username, BotFather will provide you with a token. This token is like a password for your bot, so keep it secure. - The message will look something like this: ``` Done! Congratulations on your new bot. You will find it at t.me/my_crypto_alert_bot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. Use this token to access the HTTP API: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 ``` - The token in this case is `123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11`. 4. **Test Your Bot:** - You can find your bot by searching for its username in Telegram. - Start a chat with your bot and try sending it a message. Although it won't respond yet, this step is essential to ensure it's set up correctly. 5. **Use the Token in n8n:** - In your n8n workflow, when setting up the Telegram node, you'll be prompted to enter credentials. - Choose to add new credentials and paste the token you received from BotFather. 6. **Get Your Chat ID:** - To send messages to a specific chat, you need to know the chat ID. - The easiest way to find this is to first message your bot, then use a bot like `@userinfobot` to get your chat ID. - Once you have the chat ID, you can configure it in the Telegram node in your n8n workflow. 7. **Finalize Your Workflow:** - With the bot token and chat ID set up in n8n, your Telegram notifications should work as intended in your workflow. Remember, keep your bot token secure and never share it publicly. If your token is compromised, you can always generate a new one by chatting with BotFather and selecting `/token`. ### Example result  ``` Keywords: n8n workflow, cryptocurrency market, Binance API, Telegram bot, price alert system, automated trading signals, market analysis ```
n8n$4.99Automate Real-Time NFT Market Insights via Telegram with OpenSea and AI
This workflow automates the retrieval of real-time NFT market insights directly through Telegram. By integrating OpenSea's API and AI capabilities, users can request natural-language NFT analytics and receive structured insights instantly.
n8n$9.99Automate NFT Data Retrieval and Analysis with OpenSea and AI
Leverage AI and OpenSea API to automate the retrieval and analysis of NFT data, providing real-time insights for traders, collectors, and investors.
n8n$14.99Real-Time NFT Market Analysis with OpenSea and AI Integration
Gain instant insights into NFT trading activity by tracking listings, offers, and orders using OpenSea API and AI-powered analytics. Ideal for NFT traders, collectors, and investors aiming to monitor the market and identify profitable opportunities.
n8n$14.99Monitor Bitcoin Price in EUR and Send SMS Alerts
Automatically check the Bitcoin price in EUR every minute and send an SMS alert if it exceeds EUR 9000.
n8n$4.99Monetize n8n Workflows with x402 and 1Shot API Integration
This workflow enables monetization of n8n workflows by integrating the x402 payment protocol with the 1Shot API for on-chain transaction facilitation.
n8n$14.99Monitor USD ERC-20 Wallet Balance with Etherscan and Telegram Notifications
# Overview This n8n workflow is specifically designed to monitor the USD ERC-20 balance within a specific wallet. It uses Etherscan's public blockchain database, which does not require API authentication, to periodically check and process transaction data. This workflow is ideal for users who need an automated solution to track ERC-20 wallet transactions. # Features - **Automatic Monitoring**: Executes every 5 minutes to capture new transactions. - **Customizable Filters**: Customize tracking based on parameters like transaction duration and wallet addresses. - **Data Aggregation**: Compiles transaction data into a single, structured list. - **Formatted Outputs**: Presents processed data in an organized format. - **Telegram Tracking**: Tracks wallet balances via Telegram notifications using the bot. # Requirements - **n8n Setup**: Requires a self-hosted or cloud-based n8n instance. - **Basic Understanding**: Basic knowledge of n8n workflows and nodes. # Installation and Configuration 1. **Import Workflow**: Load the provided JSON workflow into your n8n instance. 2. **Configure the User Data Node**: - Enter your ERC-20 Wallet Address in the "Your Wallet Address" field. - Enter your Etherscan API Key in the "Your Etherscan API Key" field. - Enter your USD ERC-20 Contract Address in the "Your ERC-20 USD Contract Address" field (0xdAC17F958D2ee523a2206206994597C13D831ec7). You can also monitor another token by entering a different contract address. 3. **Configure the Telegram Node**: - Go to Telegram and search for BotFather.  - Select `/newbot` from the BotFather menu to create your bot. - Get the API key BotFather provides. - Go to Telegram and search for Get My ChatID.  - Start the conversation and get your ChatID. - Use this information to configure the Telegram Node. 4. **Schedule Trigger Node**: By default, the workflow is triggered every 5 minutes. Adjust this according to your needs. 5. **Test the Workflow**: Execute the workflow manually to ensure everything is working as expected. # How It Works 1. **Schedule Trigger**: Starts the workflow at predetermined intervals. 2. **Edit Fields**: Sets the wallet address, Etherscan API key, and USD ERC-20 token address. 3. **Edit Telegram Settings**: Create a bot via BotFather. Configure the API key and Telegram Chat ID. 4. **Etherscan Data Import**: Collects transaction data from the ERC-20 wallet using Etherscan's public database. 5. **Final Results**: Organizes and formats the transaction data for review. 6. **Telegram Bot Message Sending**: If there is a balance change, it sends a formatted message about the balance change. If there is no balance change, it sends a message that your balance has not changed. You can configure it to avoid sending a message when there is no change.
n8n$4.99Automate TRC20 Wallet Transaction Tracking with n8n
This n8n workflow automates the tracking of TRC20 transactions for a specified wallet using TronScan's public blockchain data, eliminating the need for API authentication.
n8n$4.99Track 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!
n8n$14.99Grok-4 Customer Support Agent with Telegram & Google Docs [RAG]
AI-powered agent using Grok-4 for intelligent responses from Google Docs knowledge base via Telegram chat.
n8n$24.99Add a Song to Your Spotify Queue
Simple n8n workflow that lets you manually add a specific song to your Spotify queue with one click. Perfect for quick music automation without leaving your dashboard.
n8n$2.99Automated SEO Audit with GPT-4 Specialists & Google Tools
Fully automated monthly SEO audit workflow using Google Analytics, Search Console, PageSpeed Insights, and a team of GPT-4 AI specialists to deliver actionable reports saved to Google Sheets.
n8n$27.99Automate CSAT Surveys: Freshdesk to Google Sheets
Automatically sends CSAT surveys when Freshdesk tickets are resolved, tracks delivery to avoid duplicates, and stores responses in Google Sheets for easy analysis and reporting.
n8n$22.99Automated Daily Customer Win-Back with AI Offers
Daily workflow identifies high-churn customers from Google Sheets, generates personalized AI offers via Google Gemini, sends via Gmail, and logs actions for retention tracking.
n8n$24.99Monitor SSL Certificate Expiry with Google Sheets & Multi-Channel Alerts
Automates SSL certificate monitoring by pulling URLs from Google Sheets, checking expiry via SSL-Checker.io, updating the sheet, and sending email/Telegram/ntfy alerts for expiring or invalid certs.
n8n$18.99Encrypt Some Data Using the Crypto Module in Node.js
This n8n workflow uses a Manual Trigger to demonstrate encrypting data with the Crypto module in Node.js. It serves as a practical companion to the Crypto node documentation, helping users understand how to implement encryption workflows. Ideal for developers learning n8n's built-in cryptographic functions.
n8n$2.99Automated Website Change Monitoring with Bright Data, GPT-4 & Google Workspace
Automates weekly website content monitoring using AI-powered scraping with Bright Data, structures data via GPT-4, and tracks changes via Google Workspace for reports and alerts.
n8n$24.99Automate Crypto Market Data Retrieval and Email Notifications
This workflow automates the retrieval of OHLC data for Bitcoin, Ethereum, Solana, and Binance Coin using CoinGecko and sends the processed data via Gmail. Ideal for crypto traders and investors seeking timely market insights.
n8n$14.99WhatsApp RAG Chatbot with Supabase, Gemini & OpenAI Embeddings
Build a WhatsApp AI chatbot using RAG with Supabase storage, OpenAI embeddings for semantic search, and Gemini 2.5 Flash for responses. Handles queries and document uploads in real-time.
n8n$24.99Automate Crypto Market Insights to Telegram with Chart-img and BrowserAI
This n8n workflow automates the collection and delivery of crypto market insights using Chart-img for graph capture and BrowserAI for news aggregation, sending updates directly to Telegram.
n8n$19.99Dynamic Elasticsearch Search with Automated Report Generation
Interactive web form for real-time Elasticsearch queries on transaction data, with auto-generated CSV/Text reports and file storage for business intelligence.
n8n$24.99Cybersecurity Assistant: GPT-4, Telegram Bot & Command Execution
QuantumDefender AI is an advanced cybersecurity assistant powered by GPT-4, integrating Telegram chat, secure Linux command execution, web intelligence, and Google Calendar automation for SOC analysts and red teamers.
n8n$24.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work