drvx92/coinbase-copy-trading-bot — explained in plain English
Analysis updated 2026-05-18
Copy a target wallet's trades on Base onto your Coinbase account at a fixed dollar size.
Get a Telegram alert whenever the tracked wallet buys or sells and your bot mirrors the move.
Run the bot in paper trading mode first to see simulated trades before using real money.
Set a comfortable fixed trade size to limit how much you risk on any single copied trade.
| drvx92/coinbase-copy-trading-bot | boona13/sprite-lab | redis/redis-for-vs-code | |
|---|---|---|---|
| Stars | 76 | 76 | 76 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | — | 2026-06-01 |
| Maintenance | — | — | Maintained |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Coinbase Advanced Trade API key and a Telegram bot token, paper trading is on by default.
This is a TypeScript bot that watches a specific cryptocurrency wallet on the Base blockchain network and automatically mirrors its trades on your own Coinbase account. The idea is that you identify a trader whose moves you want to follow, provide their wallet address, and the bot handles the rest: detecting when they buy or sell, sending you an alert on Telegram, and placing a matching order in your account at a fixed dollar amount you choose. The detection cycle is described as roughly 12 seconds from when the target wallet makes a move to when your trade executes. Each alert arrives as a Telegram message telling you what the target did and what your bot placed in response. For example, if the target bought Ethereum and you configured a fixed trade size of $100, your account would place a $100 buy order and you would receive a notification confirming it filled. Setup requires a Coinbase Advanced Trade API key, a Telegram bot token from Telegram's BotFather service, and Node.js installed on your machine. You copy a template configuration file, fill in your target wallet address, API credentials, and trade size, then run the bot. A paper trading mode is turned on by default, which logs simulated trades without spending real money, so you can observe how it would behave before committing real funds. The README recommends starting with paper trading for several days and choosing a fixed trade size you are comfortable losing on any single trade. It notes that copying a wallet's past performance does not predict future results and that the bot does not constitute financial advice. The project is open source under the MIT license.
A TypeScript bot that watches a chosen wallet on the Base blockchain and copies its trades onto your Coinbase account, alerting you over Telegram as it acts.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Coinbase API.
MIT license lets you use, modify, and distribute the software freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.