Developer & DevOps
Monitor wallet balance and send Telegram notifications
8 nodes
283
131
Scheduled trigger
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.Trigger the automation on a defined schedule using cron expression
- 2.Fetch current wallet balance data via HTTP API request
- 3.Compare balance value against configured threshold using conditional logic
- 4.Compose and send alert message to Telegram bot channel
- 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.Click "Download Template"
- 2.Open your n8n dashboard
- 3.Go to Workflows > Import from File
- 4.Select downloaded file and configure credentials
Nodes Used (8)
Balance Changed?
If
Balance Changed.
Set
Balance Not Changed.
Set
userData
Set
balanceChecker
Code
Sticky Note
Sticky Note
Check Balance Every 5 Minutes
Cron
Fetch USDT Balance from Etherscan
HTTP Request