SplitOut Automate

For SplitOut, this automated workflow tracks USDT TRC20 wallet transactions every 15 minutes, filtering for recent transfers to your specified wallet address. It aggregates transaction data, providing clear insights on amounts, statuses, and transaction links, enabling efficient wallet management and timely updates on your crypto activity.

7/8/2025
8 nodes
Medium
schedulemediumsplitoutfiltersticky noteschedule triggeraggregateautomationapiintegrationcron
Categories:
Schedule TriggeredMedium Workflow
Integrations:
SplitOutFilterSticky NoteSchedule TriggerAggregate

Target Audience

Who Should Use This Workflow


- TRC20 Wallet Users: Individuals who actively use TRC20 wallets and want to track their transactions efficiently.
- Developers: Those looking to integrate TRC20 wallet functionalities into their applications.
- Crypto Enthusiasts: People interested in monitoring their cryptocurrency transactions in real-time.
- Small Business Owners: Businesses accepting TRC20 tokens and needing to keep track of incoming transactions.
- Financial Analysts: Analysts who require transaction data for reporting and analysis.

Problem Solved

What Problem Does This Workflow Solve


This workflow automates the monitoring of TRC20 wallet transactions, allowing users to:
- Receive Updates: Get notified of transactions that occur within the last 15 minutes.
- Filter Relevant Transactions: Focus on transactions that are specifically relevant to the user's wallet address, reducing clutter and enhancing efficiency.
- Simplify Data Management: Automatically format transaction data into a readable structure, making it easier to analyze and report.

Workflow Steps

Detailed Explanation of the Workflow Process


1. Schedule Trigger: The workflow is initiated every 15 minutes, ensuring timely updates.
2. Edit Fields: User inputs their TRC20 wallet address and the number of transactions to retrieve (default is 20).
3. TronScan API: Makes an HTTP request to the TronScan API to gather transaction data for the specified wallet address.
4. Split Out: The response is formatted to separate individual transaction details for further processing.
5. Filter: Only transactions that occurred in the last 15 minutes and are directed to the user’s wallet address are retained.
6. Final Results: The remaining relevant transaction data is formatted to include essential details such as coin type, amount, and transaction status.
7. Aggregate: Combines all filtered transaction records into a single list for easier viewing and management.

Customization Guide

How Users Can Customize and Adapt This Workflow


- Wallet Address: Change the value of "Your Wallet Address" in the Edit Fields node to track a different TRC20 wallet.
- Transaction Limit: Modify the "Number of transactions to retrieve per request" to adjust how many recent transactions are fetched from the API.
- Filtering Criteria: Adjust the filter conditions in the Filter node to change the criteria for what transactions to display.
- Output Format: Customize the fields in the Final Results node to include or exclude specific transaction details as needed.
- Schedule Interval: Change the interval in the Schedule Trigger node if you want to monitor transactions more or less frequently.