Member-only story
Get a notification every time Binance lists a new coin using Python
Binance seems to be listing several new cryptocurrencies each week. As a means of taking advantage from the significant spike in the price of new coin listings on Binance, I have been testing an open source crypto trading bot in Python that detects new coins the moment they’re listed and attempts to quickly place an order for quick gains.
The tool is still in test mode, however I’ve recently added a new bit of functionality to it that will allow you to receive e-mail notifications when Binance makes the announcement on their page. This will give you precious time to actually buy the coin externally before it gets listed on Binance.
This article will cover how this tool actually works and how you can implement it yourself.
Check out this video if you want to find out more about how this tool can be used alongside the crypto trading algorithm that I’ve been working on. If this is the kind of content you were hoping for, please subscribe!
https://www.youtube.com/watch?v=qqXQgwuFI8s
Ok, now that you know how this links to the bigger strategy, let’s get down to coding!