{
  "name": "Real-time cryptocurrency price monitor with CoinGecko & multi-channel alerts",
  "nodes": [
    {
      "id": "a74647d9-e5d4-4593-acc8-60b9d5dc0453",
      "name": "24/7 Crypto Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -432,
        832
      ]
    },
    {
      "id": "29541d43-fc8a-45c8-8911-b97ab3e4c080",
      "name": "Read Crypto Watchlist",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -208,
        832
      ]
    },
    {
      "id": "af441c6d-0034-4d39-9ff1-60e9c56b8c01",
      "name": "Parse Crypto Data",
      "type": "n8n-nodes-base.code",
      "position": [
        16,
        832
      ]
    },
    {
      "id": "ed3d40dc-fafe-4226-bb92-7e4f512594ae",
      "name": "Fetch Live Crypto Price",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        832
      ]
    },
    {
      "id": "571a5ffa-c589-4988-a985-e01a6b6d3c8d",
      "name": "Smart Crypto Alert Logic",
      "type": "n8n-nodes-base.code",
      "position": [
        464,
        832
      ]
    },
    {
      "id": "1b5f189f-7df3-4056-92f1-67a7619123b7",
      "name": "Check Crypto Alert Conditions",
      "type": "n8n-nodes-base.if",
      "position": [
        688,
        832
      ]
    },
    {
      "id": "6a7b0b7d-ec72-401a-82aa-896ae4338a76",
      "name": "Send Crypto Email Alert",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        912,
        544
      ]
    },
    {
      "id": "500e80b7-9e42-4e8b-ba6b-df9d3960a0f4",
      "name": "Send Telegram Crypto Alert",
      "type": "n8n-nodes-base.telegram",
      "position": [
        912,
        928
      ]
    },
    {
      "id": "6139992f-563f-4f7e-a0fd-04e42684cf77",
      "name": "Send Discord Crypto Alert",
      "type": "n8n-nodes-base.discord",
      "position": [
        912,
        1120
      ]
    },
    {
      "id": "0bcadcb1-e39e-443d-8483-20c548480d1f",
      "name": "Update Crypto Alert History",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        912,
        736
      ]
    },
    {
      "id": "7806b975-49a0-4a9c-9aed-77f4768fd65d",
      "name": "Crypto Alert Status Check",
      "type": "n8n-nodes-base.if",
      "position": [
        1136,
        736
      ]
    },
    {
      "id": "b7e51130-380d-4eb4-b96e-132038a98a0d",
      "name": "Success Notification",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1360,
        640
      ]
    },
    {
      "id": "3d14deb0-259e-4a6b-a579-978d2fb16e26",
      "name": "Error Notification",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1360,
        832
      ]
    },
    {
      "id": "6ab21bb1-63c3-40fb-bff1-2e4ea5a30a89",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -320
      ],
      "parameters": {
        "width": 850,
        "height": 212,
        "content": "## 🚀 Real-Time Cryptocurrency Price Monitor & Smart Alerts\n### 24/7 monitoring of Bitcoin, Ethereum, and 1000+ altcoins with intelligent breakout/breakdown alerts. Track BTC/USDT, ETH/USDT, and any cr"
      }
    },
    {
      "id": "fbe3232f-4377-49cc-9ca4-45d804b9f0c0",
      "name": "Crypto Workflow Guide",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        32
      ],
      "parameters": {
        "width": 680,
        "height": 520,
        "content": "## 🔧 How It Works\n\n**⏰ 24/7 Crypto Trigger** - Runs every minute (crypto never sleeps!)\n**📋 Read Crypto Watchlist** - Fetches your crypto list from Google Sheets\n**🔍 Parse Crypto Data** - Converts sym"
      }
    },
    {
      "id": "f8b1bfed-7c0c-4e4e-b963-fea13a10cd3c",
      "name": "Crypto Setup Examples",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        -32
      ],
      "parameters": {
        "width": 760,
        "height": 380,
        "content": "## 💎 Crypto Watchlist Examples\n\n### Google Sheet Format (A-G columns):\n| Symbol | Upper Limit | Lower Limit | Direction | Cooldown | Last Price | Last Time |\n|--------|-------------|-------------|----"
      }
    }
  ],
  "connections": {
    "Parse Crypto Data": {
      "main": [
        [
          {
            "node": "Fetch Live Crypto Price",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "24/7 Crypto Trigger": {
      "main": [
        [
          {
            "node": "Read Crypto Watchlist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Crypto Watchlist": {
      "main": [
        [
          {
            "node": "Parse Crypto Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Live Crypto Price": {
      "main": [
        [
          {
            "node": "Smart Crypto Alert Logic",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Smart Crypto Alert Logic": {
      "main": [
        [
          {
            "node": "Check Crypto Alert Conditions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crypto Alert Status Check": {
      "main": [
        [
          {
            "node": "Success Notification",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Error Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Crypto Alert History": {
      "main": [
        [
          {
            "node": "Crypto Alert Status Check",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Crypto Alert Conditions": {
      "main": [
        [
          {
            "node": "Send Crypto Email Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Telegram Crypto Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Discord Crypto Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Update Crypto Alert History",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}