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.
- Trigger Options: Choose between a manual trigger or a scheduled trigger to start the workflow.
- Fetch Market Data: The 'Binance 24h Price Change' node retrieves the latest 24-hour price changes for cryptocurrencies from Binance.
- Identify Significant Changes: The 'Filter by 10% Change rate' node filters out cryptocurrencies with price changes of 10% or more.
- Aggregate Data: The 'Aggregate' node combines all significant changes into a single dataset.
- Format Data for Telegram: The 'Split By 1K chars' node formats this data into chunks suitable for Telegram's message size limit.
- Send Telegram Message: The 'Send Telegram Message' node broadcasts the formatted message to a specified Telegram chat.
- Estimated Time: About 1-5 minutes for setup.
- Initial Configuration: Set up a Binance API connection (Optional / not required) and your Telegram bot credentials.
- Customization: Adjust the trigger according to your preference (manual or scheduled) and update the Telegram chat ID.
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
.