workflows.fit
Back to n8n workflows
n8n templateFreeBy Nskha

USDT and TRC20 wallet tracker API workflow for n8n

![70SJbNauXa.png](fileId:733) Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It utilizes the public blockchain database of TronScan, requiring no API ...

DevelopmentCore NodesSplit OutSetFilterSticky Note
Loading interactive preview...

Template notes

![70SJbNauXa.png](fileId:733) Overview

This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It utilizes the public blockchain database of TronScan, requiring no API authentication, to periodically check and process transaction data. This workflow is ideal for users who need an automated solution to track their TRC20 wallet transactions.

Features

Automated Tracking: Executes every 15 minutes to capture new transactions. Customizable Filters: Tailors the tracking based on specific parameters like transaction time and wallet addresses. Data Aggregation: Compiles transaction data into a single, structured list. Formatted Outputs: Presents transaction data in an organized and comprehensible format.

Requirements

N8N (self-hosted or cloud version) setup and operational. Basic understanding of N8N workflows and nodes.

Setup and Configuration

1. Import Workflow: Load the provided JSON workflow into your N8N instance. 2. Configure Edit Fields Node: Enter your TRC20 wallet address in the 'Your Wallet Address' field. Adjust 'Number of transactions to retrieve per request' if necessary. (Default one set to 20 which is recommanded) 3. TronScan Data Access: The workflow accesses TronScan's public blockchain data, so no additional configuration is required for API access. 4. Schedule Trigger Node: Defaulted to trigger every 15 minutes. Modify as per your requirements. 5. Test the Workflow: Execute the workflow manually to ensure everything is operating correctly.