How to build a memecoin call group?

BradyX

Elite Member
Jr. VIP
Joined
Aug 31, 2013
Messages
3,626
Reaction score
476
How can I build a fully automated Telegram memecoin call group that detects, filters, and posts new coins automatically ?
I came to know there is some call groups supply
So how can i tap into that supply?
 
you can tap into existing call group supply via APIs like Arena Trade
 
You either use free dexsceener api, solscan or ethscan depending on your target chain. For real time data mostly it's paid RPC services. I have used such source of data for a Solana snipping bot
 
building a group is the ez part, drop a coin once in a while and when it hits post about it. driving the traffic is the pain. mostly use twitter
 
You either use free dexsceener api, solscan or ethscan depending on your target chain. For real time data mostly it's paid RPC services. I have used such source of data for a Solana snipping bot
Can you PM me any such services? We can get in touch too and share some info
 
It really depends on what sources you are going to use for the tokens.
I did build many channels for solana memecoins out of cusriosity
1- pumpfun monitor - filter tokens according to volume and mcap , social links and so on and then post to telegram
2- Channels monitor, where you add multiple channels and if a more than one channel call same token within a specific time, an alert will be triggered.
3- Wallet monitor and also if more than one wallet buys the same token within a specified time and also according to filters, it will post an alert.

and when you get the token, you can run it through a free api like dexscreener and get the token information (pumpfun you can get it from their api if still available).

I have also been working on an webapp ( swtb(dot)xyz ) which allows users to register and create their own bot to monitor wallets and get notified either diretly or to a channel on Telegram.
There is an unlisted youtube video for the setup (https:// youtu . be / v7qJdYp9u3o). -> remove spaces, I am not sure if it is allowed to post links
It is still in beta, so feel free to check it out and register with any email and I can upgrade your account to test it.
 
you can use a combination of bots, APIs, and web scraping tools to detect, filter, and post new coins automatically
 
Back
Top