Back to Templates
This workflow is a comprehensive crypto automation system that combines three critical functions for traders and investors into one powerful tool:
Cron
trigger runs on a schedule (e.g., every minute).HTTP Request
node checks the cryptocurrency's price.If
node compares the price against a defined threshold.Telegram
node sends an alert.RSS Feed Trigger
monitors exchange announcements.Telegram
node sends a real-time notification.Cron
trigger runs daily (or as scheduled).HTTP Request
node fetches trade history from your exchange’s API.Code
node formats the transaction data.Google Sheets
node logs it in your spreadsheet.You will need credentials for:
HTTP Request (Check BTC Price)
url
to monitor a different crypto (e.g., Ethereum).If (Price > $50k)
rightValue
to set your target price threshold.Telegram (Send Alert)
[YOUR TELEGRAM CHAT ID]
with your actual ID.RSS Feed (New Listing Trigger)
feedUrl
with your preferred exchange’s RSS feed.Telegram (Listing Notif)
[YOUR TELEGRAM CHAT ID]
with your actual ID.HTTP Request (Get Binance Trades)
url
to your exchange’s trade history endpoint.headerParameters
for Authorization with your API key.Google Sheets (Log Transactions)
[YOUR SPREADSHEET ID]
and [YOUR SHEET NAME]
accordingly.Once credentials and parameters are configured:
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!