Developer & DevOps

Monitor wallet balance using notifications and Telegram

8 nodes 196 111 Scheduled trigger
Download

Workflow Description

An automation template that monitors wallet balance at scheduled intervals and sends instant notifications via Telegram when defined conditions are met, including comprehensive error handling and data processing.

How it works

  1. 1.Execute workflow on a defined schedule using Cron trigger
  2. 2.Make an HTTP request to retrieve current wallet balance
  3. 3.Evaluate conditional logic to determine if notification should be sent
  4. 4.Process and format the balance data for display
  5. 5.Send notification message through Telegram Bot API
  6. 6.Log results and errors for monitoring and debugging

Use cases

  • Monitor cryptocurrency wallet balances and receive alerts when thresholds are exceeded
  • Track bank account or payment service balances with real-time status updates
  • Send periodic financial resource reports to team members automatically

Requirements

  • Valid API credentials or authentication tokens for wallet service integration
  • Active Telegram account with Bot Token and Chat ID configured

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 196
Downloads 111

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