Block 1 - 1. Cron (Price Monitor Trigger)
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
️ 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 trigger runs on...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Marth.
Original n8n.io sourceThis 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!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Track crypto prices, new listings & transactions with CoinGecko & Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Crypto Trading |
| Author | Marth |
| Published | 26 Jul 2025 |
Use the JSON export at /data/workflows/6473/6473.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
️ 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 trigger runs on...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading use case.