Track crypto prices, new listings & transactions with CoinGecko & Google Sheets
⚙️ 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 Cron trigger runs on a schedule (...
Template notes
⚙️ 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 Cron trigger runs on a schedule (e.g., every minute). - A HTTP Request node checks the cryptocurrency's price. - An If node compares the price against a defined threshold. - If the condition is met, a Telegram node sends an alert.
📰 New Listing Notifier - An RSS Feed Trigger monitors exchange announcements. - When a new listing is published, a Telegram node sends a real-time notification.
🧾 Automated Crypto Transaction Logger - A second Cron trigger runs daily (or as scheduled). - A HTTP Request node fetches trade history from your exchange’s API. - A Code node formats the transaction data. - A Google Sheets node logs it in your spreadsheet.
---
🛠️ How to Set Up
1️⃣ Configure Credentials You will need credentials for: - Telegram: To send alerts and notifications. - Google Sheets: To log transaction history. - Exchange API (e.g., Binance): To fetch your trade history.