MagicEden on-chain NFT sniper bot
Last updated Apr 8, 2026
53
Stars
6
Forks
0
Issues
0
Stars/day
Attention Score
25
Language breakdown
Go 100.0%
▸ Files
click to expand
README
me-sniper
me-sniper is an on-chain MagicEden sniper that detects all new listings on MagicEden throw blockchain with telegram notifications feature. autobuy is possible with MagicEden API Key.
Installation
- Clone repository.
git clone https://github.com/fidesy/me-sniper.git
- Fill in config file (configs/values_local.yaml) with the following variables:
solana-endpoint: <YOURSOLANARPC_ENDPOINT>
bot-api-key: <YOURTELEGRAMAPIKEY>
me-api-key: <YOURMAGICEDEN_APIKEY>
private-key: <YOURSOLANAWALLETPRIVATEKEY>
If you don't need telegram notification then just skip second variable.
MEAPIKEY and PRIVATEKEY variables are only needed if you want to automatically buy NFTs, otherwise jusk skip them. Add autobuy conditions here
You can get Solana RPC node for free at https://www.quicknode.com
- Run script
go run cmd/me-sniper/main.go - (Optional) If you are using telegram bot, then write /start command to it.
Usage
Logs contain:
- Action type (now only list/buy)
- Block/Current timestamp
- collection symbol, token name
- price, rarity, rank, supply, seller, buyer
Telegram notifications.

License
MIT🔗 More in this category