Cryptocurrency Market Price Change Monitoring with Real-Time Telegram Alerts
This workflow is designed to monitor price fluctuations in the cryptocurrency market in real-time. It automatically retrieves data from the Binance exchange at scheduled intervals and filters out cryptocurrencies with price changes exceeding 15%. The organized key information will be pushed to a designated group via Telegram, ensuring that users stay updated on market dynamics and can quickly seize investment opportunities or risks, thereby enhancing decision-making efficiency. It is applicable in various scenarios, including for traders, analysts, and cryptocurrency asset management teams.

Workflow Name
Cryptocurrency Market Price Change Monitoring with Real-Time Telegram Alerts
Key Features and Highlights
This workflow periodically retrieves the past 24-hour price change data for all cryptocurrencies from the Binance exchange API. It automatically filters out coins with price fluctuations exceeding ±15% and consolidates the key information. The summarized data is then pushed as Telegram messages to designated groups. By intelligently splitting message content to comply with Telegram’s length limits, it ensures timely and accurate market updates.
Core Problem Addressed
The cryptocurrency market is highly volatile, and manually monitoring price changes across multiple coins is time-consuming and prone to missing critical information. This workflow automates real-time monitoring of significant price movements, enabling users to quickly capture market opportunities or risks and improve decision-making efficiency.
Use Cases
- Cryptocurrency traders or investors who need to stay updated on major market price changes to support trading decisions.
- Financial analysts monitoring market dynamics to adjust investment portfolios promptly.
- Crypto asset management teams automating the distribution of market alerts.
- Any enterprises or individuals sensitive to cryptocurrency price fluctuations requiring instant notifications.
Main Workflow Steps
- Scheduled Trigger: Automatically initiates the workflow every 5 minutes.
- Call Binance API (Binance 24h Price Change): Retrieves 24-hour price change data for all cryptocurrencies.
- Filter by 15% Change Rate: Selects coins with price increases or decreases exceeding 15%.
- Aggregate Data: Combines the filtered results into a unified dataset.
- Split Data (By 1,000 Characters): Divides the information into multiple message blocks to meet Telegram’s message length restrictions.
- Send Telegram Message: Pushes the price change alerts to specified Telegram chat groups via a bot.
Involved Systems or Services
- Binance Public API (for 24-hour cryptocurrency price changes)
- Telegram (for message delivery)
- n8n Automation Platform (for scheduling and data processing)
Target Users and Value Proposition
- Cryptocurrency investors and traders: Quickly grasp significant price volatility to make timely trading decisions.
- Financial analysts and market researchers: Automate market monitoring, saving time on data collection and analysis.
- Crypto asset management teams: Enable automated risk alerts and information sharing.
- Tech enthusiasts and automation engineers: Easily build real-time monitoring and notification systems to enhance work efficiency.