GitPedia

Wallet Trades Tracker

This tool allows for near-instant notifications whenever a wallet executes a swap on an EVM-compatible blockchain

From 0xTaoDevยทUpdated April 23, 2026ยทView on GitHubยท

**Wallet Trades Tracker** is a Python tool that allows you to get notifications when a wallet from the list make a trade. At this moment, **the tool only supports Ethereum** but it's probably working with others EVM-compatible blockchain. The project is written primarily in Python, distributed under the MIT License license, first published in 2023. Key topics include: avax, blockchain, bsc, crypto, defi.

Latest release: Releasesโ€” Wallet Trades Tracker 1.0.0
December 2, 2023View Changelog โ†’
<h1 align="center"> ๐Ÿ”Ž Wallet Trades Tracker ๐Ÿ” <img src="https://github.com/0xtaodev/wallet-trades-tracker/blob/main/images/banner.jpg?raw=true" width="75%" height="75%"> </h1>
<p align="center"> <img src="https://img.shields.io/github/stars/0xtaodev/wallet-trades-tracker"> <img src="https://img.shields.io/github/forks/0xtaodev/wallet-trades-tracker"> <br> <img src="https://img.shields.io/github/issues/0xtaodev/wallet-trades-tracker"> <img src="https://img.shields.io/github/issues-closed/0xtaodev/wallet-trades-tracker"> <br> <img src="https://img.shields.io/github/languages/top/0xtaodev/wallet-trades-tracker"> <img src="https://img.shields.io/github/last-commit/0xtaodev/wallet-trades-tracker"> <br> </p>

๐Ÿ“– Introduction

Wallet Trades Tracker is a Python tool that allows you to get notifications when a wallet from the list make a trade.
At this moment, the tool only supports Ethereum but it's probably working with others EVM-compatible blockchain.

โš ๏ธ Disclaimer

Please note that I'm not responsible for any loss of funds, damages, or other libailities resulting from the use of this software or any associated services.<br>
This tool is provided for educational purposes only and should not be used as financial advice, it is still in expiremental phase so use it at your own risk.

How it works ๐Ÿ”ฌ

Each EVM-compatible blockchain bot will scan every new block to find wallets matching those in the wallets.txt file.
Upon finding a match, it will check if the transaction is a swap, if so, it will then notify this transaction using Discord and Telegram.

Features โœจ

  • Real-time monitoring: Tracking each new swaps from any DEXs
  • Wallet filtering: Allowing users to specify which wallets to track
  • Instant notification: Sending real-time alerts via Discord, Telegram, or other platforms
  • Transaction analysis: Providing details about transactions such as amounts, involved addresses, exchanged tokens...

Requirements ๐Ÿ“„

To run the tool, you will need these packages

  • web3 (interacting with EVM-compatible blockchain)
  • multicall (for making multi RPC calls)
  • discord.py (to create an embed for each notification)
  • python-dotenv (for managing environment variables in Python applications)

Installation ๐Ÿ› ๏ธ

  1. Clone this repository: git clone https://github.com/0xTaoDev/Wallet-Trades-Tracker.git
  2. Install the required packages: pip install -r requirements.txt
  3. Create a virtual environnment : python -m venv venv
  4. Populate these variables located in .env file located in the main directory.
python
DISCORD_WEBHOOK_URL="" TELEGRAM_BOT_TOKEN="" TELEGRAM_CHAT_ID=""
  1. Edit wallets.txt with your own wallets to track<br>Format: BLOCKCHAIN:ADDRESS (e.g.:ETHEREUM:0xae2fc483527b8ef99eb5d9b44875f005ba1fae13)
  2. Start the tool with python run.py

Known issues ๐Ÿšฉ

ImportError: cannot import name 'getargspec' from 'inspect' : you need to uninstall web3 and install it again in order to update it.

Screenshots ๐Ÿ“ธ

<p align="center"> <img src="images/image1.png"/> <img src="images/image2.png"/> </p>

๐Ÿ“ TO-DO

  • Integrate others EVM-compatible blockchains

๐Ÿค Contributions

If you are interesting in contributing, fork the repository and submit a pull request in order to merge your improvements into the main repository.<br>
Contact me for any inquiry, I will reach you as soon as possible.<br>
Discord
Twitter

License ๐Ÿงพ

This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.<br>
See LICENSE for more information.

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from 0xTaoDev/Wallet-Trades-Tracker via the GitHub API.Last fetched: 6/29/2026