Use Cases
- Receive real-time alerts for significant cryptocurrency price changes.
- Monitor market fluctuations for better trading decisions.
- Automate notifications to reduce manual tracking efforts.
How It Works
Schedule trigger initiates the workflow at set intervals. Fetch 24-hour price change data from Binance. Filter results to identify coins with a price change of 10% or more. Aggregate filtered data for concise messaging. Split messages into chunks to comply with Telegram's character limits. Send formatted alerts to a specified Telegram chat.
Setup Steps
- 1Import the workflow into n8n.
- 2Activate the Schedule Trigger to set your desired frequency.
- 3Configure the Binance node with your API details if needed.
- 4Set up your Telegram bot token in the Telegram node credentials.
- 5Update the Chat ID in the Send Telegram Message node.
- 6Test the workflow to ensure it functions as expected.
Apps Used
Binance
Telegram
Categories
Target Roles
Tags
#notifications
#process automation
#workflow management