https://github.com/keidev-sol/pumpfun-copy-trading-bot
A Solana-based Pumpfun copy trading bot that mirrors target wallet trades in real time across Pumpfun and supported DEXs.
https://github.com/keidev-sol/pumpfun-copy-trading-bot
copytrading defi dex profit pumpdotfun solana trading-bot wallet-tracking-bot
Last synced: 21 days ago
JSON representation
A Solana-based Pumpfun copy trading bot that mirrors target wallet trades in real time across Pumpfun and supported DEXs.
- Host: GitHub
- URL: https://github.com/keidev-sol/pumpfun-copy-trading-bot
- Owner: keidev-sol
- Created: 2025-09-02T21:16:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-02T21:24:31.000Z (about 1 month ago)
- Last Synced: 2025-09-02T23:20:01.513Z (about 1 month ago)
- Topics: copytrading, defi, dex, profit, pumpdotfun, solana, trading-bot, wallet-tracking-bot
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Pumpfun Copy Trading Bot
A **high-performance copy trading bot** on Solana that automatically tracks and replicates trades from a target wallet in real time.
The bot continuously monitors on-chain activity (buy/sell transactions) and mirrors them in your wallet with customizable settings.
It enables you to follow top traders seamlessly on **Pumpfun** as well as other major Solana DEXs.---
## 🔑 Features
- **Real-Time Trade Mirroring**: Instantly copies buy and sell actions from selected wallets.
- **Cross-DEX Support**: Works with Pumpfun, Raydium, Jupiter, and other Solana-based exchanges.
- **Automated Execution**: Executes trades automatically based on your configuration.
- **Customizable Strategies**: Adjust buy/sell sizes, slippage, and risk preferences.
- **Multi-Wallet Management**: Run copy trading on multiple wallets simultaneously.---
## âš¡ Enhanced WebSocket Example
```json
{
"jsonrpc": "2.0",
"id": 420,
"method": "transactionSubscribe",
"params": [
{
"vote": false,
"failed": false,
"signature": "2dd5zTLrSs2udfNsegFRCnzSyQcPrM9svX6m1UbEM5bSdXXFj3XpqaodtKarLYFP2mTVUsV27sRDdZCgcKhjeD9S",
"accountInclude": ["pqx3fvvh6b2eZBfLhTtQ5KxzU3CginmgGTmDCjk8TPP"],
"accountExclude": ["FbfwE8ZmVdwUbbEXdq4ofhuUEiAxeSk5kaoYrJJekpnZ"],
"accountRequired": ["As1XYY9RdGkjs62isDhLKG3yxMCMatnbanXrqU85XvXW"]
},
{
"commitment": "processed",
"encoding": "base64",
"transactionDetails": "full",
"showRewards": true,
"maxSupportedTransactionVersion": 0
}
]
}```
---
## 👤 Author
- **Telegram**: [Kei Novak](https://t.me/Kei4650)
- **Twitter (X)**: [Kei Novak](https://x.com/kei_4650)---