{
  "name": "Monitor USDT ERC-20 wallet balance with Etherscan and Telegram notifications",
  "nodes": [
    {
      "id": "35b62ca1-3603-4dcb-a3b5-77e1325c78f7",
      "name": "Balance Changed?",
      "type": "n8n-nodes-base.if",
      "position": [
        -40,
        0
      ]
    },
    {
      "id": "dfeef0d5-0bb2-40a1-ae75-51d7caeb9c3d",
      "name": "Balance Changed.",
      "type": "n8n-nodes-base.telegram",
      "position": [
        320,
        -140
      ]
    },
    {
      "id": "ffebdb46-a6f0-4ed8-88ed-75ab427af969",
      "name": "Balance Not Changed.",
      "type": "n8n-nodes-base.telegram",
      "position": [
        320,
        20
      ]
    },
    {
      "id": "049ff717-ba10-4b7f-9f84-9eaaeee902ec",
      "name": "userData",
      "type": "n8n-nodes-base.set",
      "position": [
        -780,
        0
      ]
    },
    {
      "id": "0488f2dd-6b71-4be5-9ce8-cf0763b82990",
      "name": "balanceChecker",
      "type": "n8n-nodes-base.code",
      "position": [
        -280,
        0
      ]
    },
    {
      "id": "d7b23d5b-b4c5-4d9a-93f9-360ae0d539c7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        -180
      ],
      "parameters": {
        "width": 1540,
        "height": 400,
        "content": "## USDT ERC-20 Wallet Balance Tracker\n**This workflow** Is a basic concept of integrating your ERC-20 wallet with n8n nodes."
      }
    },
    {
      "id": "7c8f0d69-6c37-469c-b466-89a467db9bbd",
      "name": "Check Balance Every 5 Minutes",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1000,
        0
      ]
    },
    {
      "id": "ea603f03-25e0-4c80-90f2-eb5f09e71ad1",
      "name": "Fetch USDT Balance from Etherscan",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -480,
        0
      ]
    }
  ],
  "connections": {
    "userData": {
      "main": [
        [
          {
            "node": "Fetch USDT Balance from Etherscan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "balanceChecker": {
      "main": [
        [
          {
            "node": "Balance Changed?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Balance Changed.": {
      "main": [
        []
      ]
    },
    "Balance Changed?": {
      "main": [
        [
          {
            "node": "Balance Changed.",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Balance Not Changed.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Balance Every 5 Minutes": {
      "main": [
        [
          {
            "node": "userData",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch USDT Balance from Etherscan": {
      "main": [
        [
          {
            "node": "balanceChecker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}