graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>base</strong><br>monitor alpha tokens`"]
3{"`<strong>if</strong><br>check if new tokens`"}
4["`<strong>set</strong><br>format notification`"]
5{"`<strong>if</strong><br>check telegram config`"}
6["`<strong>telegram</strong><br>send telegram notification`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
4 ---> 5
5 ---> 6
Monitor and get notified when new ALPHA tokens are listed on Binance
This workflow is designed for cryptocurrency traders and DeFi enthusiasts who want to stay informed about newly listed ALPHA tokens on Binance without constantly checking the platform manually.
Manually checking Binance for new ALPHA token listings is time-consuming and you might miss opportunities when new tokens are added. This workflow automates the monitoring process and sends instant notifications (via Telegram or Email) when new ALPHA tokens are detected, helping you stay ahead of the market and discover new trading opportunities early.
fetchAlphaTokenList methodUpdate Interval: Set the monitoring frequency in seconds (default: 3600 = 1 hour). Lower values mean more frequent checks but may increase API usage.
Telegram Notification (Optional):
Email Notification (Optional):
Note: You can configure both Telegram and Email notifications, or just one of them. The workflow will send notifications to all configured channels.
Binance - Fetch Alpha Token List: Retrieves a list of all available ALPHA tokens including their IDs, symbols, names, chain IDs, and contract addresses
System - Detect Data Change: Monitors changes in the token list by comparing current data with previous checks. Uses caching to detect when new tokens are added, with configurable update intervals.
Telegram - Send Message: Sends formatted notification messages to your Telegram chat when new tokens are detected
SendMail - Send Email with SeamFlux Robot: Sends email notifications using SeamFlux Robot's configured Resend API with predefined sender address
The workflow uses the detectDataChange method to monitor the fetchAlphaTokenList endpoint. When new tokens are detected:
When new tokens are detected, you'll receive a message like:
Tip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.
🚀 New Alpha Tokens Detected!Found 2 new tokens:🪙 Token Name (SYMBOL) ID: 175 Chain: 56 Contract: 0x1234...abcd🪙 Another Token (ANOTHER) ID: 176 Chain: 1 Contract: 0x5678...efghTimestamp: 12/25/2024, 10:30:00 AM