Developer & DevOps

Monitor wallet balance and send Telegram notifications

8 nodes 283 131 Scheduled trigger
Download

Workflow Description

A scheduled automation that checks wallet balance at fixed intervals, compares the current amount against a predefined threshold, and immediately sends alerts via Telegram when the balance exceeds or falls below the specified limit.

How it works

  1. 1.Trigger the automation on a defined schedule using cron expression
  2. 2.Fetch current wallet balance data via HTTP API request
  3. 3.Compare balance value against configured threshold using conditional logic
  4. 4.Compose and send alert message to Telegram bot channel
  5. 5.Log transaction details and notification status for audit purposes

Use cases

  • Monitor cryptocurrency wallet balances and receive instant alerts on significant changes
  • Track digital banking and fintech account balances in real-time
  • Alert technical teams when server or infrastructure resource balances fall critically low
  • Monitor multi-account financial positions and enforce spending limits across accounts

Requirements

  • Set up Telegram bot with API token and target channel/chat ID
  • Access to wallet or banking API endpoint that provides balance data
  • Define threshold values (minimum or maximum) that trigger notifications
  • Basic familiarity with n8n variables, JSON, and webhook configuration

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Telegram Schedule

Details

Trigger Scheduled trigger
Nodes 8
Apps 2
Views 283
Downloads 131

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (8)

Balance Changed?

If

#1

Balance Changed.

Set

#2

Balance Not Changed.

Set

#3

userData

Set

#4

balanceChecker

Code

#5

Sticky Note

Sticky Note

#6

Check Balance Every 5 Minutes

Cron

#7

Fetch USDT Balance from Etherscan

HTTP Request

#8